人员修改
This commit is contained in:
parent
f39abe1c86
commit
a0481561c0
@ -300,7 +300,7 @@ public class XzWorkerInfoAuditRecordController {
|
|||||||
StringBuilder phoneUrl = new StringBuilder();
|
StringBuilder phoneUrl = new StringBuilder();
|
||||||
for (int j = 0; j < o1.size(); j++) {
|
for (int j = 0; j < o1.size(); j++) {
|
||||||
if (o1.get(j) instanceof JSONObject) {
|
if (o1.get(j) instanceof JSONObject) {
|
||||||
if (i > 0) {
|
if (j > 0) {
|
||||||
phoneUrl.append(",");
|
phoneUrl.append(",");
|
||||||
}
|
}
|
||||||
JSONObject object1 = JSONObject.parseObject(JSON.toJSONString(o1.get(j)));
|
JSONObject object1 = JSONObject.parseObject(JSON.toJSONString(o1.get(j)));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user