人员修改

This commit is contained in:
pengjie 2024-06-05 20:02:16 +08:00
parent f39abe1c86
commit a0481561c0

View File

@ -300,7 +300,7 @@ public class XzWorkerInfoAuditRecordController {
StringBuilder phoneUrl = new StringBuilder();
for (int j = 0; j < o1.size(); j++) {
if (o1.get(j) instanceof JSONObject) {
if (i > 0) {
if (j > 0) {
phoneUrl.append(",");
}
JSONObject object1 = JSONObject.parseObject(JSON.toJSONString(o1.get(j)));