人员修改

This commit is contained in:
pengjie 2024-06-04 22:43:51 +08:00
parent 9e16cf5a15
commit e12a1f6852

View File

@ -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);