人员修改
This commit is contained in:
parent
9e16cf5a15
commit
e12a1f6852
@ -242,7 +242,7 @@ public class XzWorkerInfoAuditRecordController {
|
||||
List<String> workerIds = new ArrayList<>();
|
||||
JSONArray ids = paramMap.getJSONArray("id");
|
||||
JSONArray workerInfo = new JSONArray();
|
||||
String [] param = {"workerId", "workerName", "enterpriseName", "teamName", "personType", "idCard", "contract", "insurance", "certificate"};
|
||||
String [] param = {"workerId", "workerName", "enterpriseName", "teamName", "personType", "idCard", "upUrl", "downUrl", "contract", "insurance", "certificate"};
|
||||
for (int i = 0; i < ids.size(); i++) {
|
||||
JSONObject detailObj = new JSONObject();
|
||||
JSONObject j = ids.getJSONObject(i);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user