人员修改

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<>(); List<String> workerIds = new ArrayList<>();
JSONArray ids = paramMap.getJSONArray("id"); JSONArray ids = paramMap.getJSONArray("id");
JSONArray workerInfo = new JSONArray(); 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++) { for (int i = 0; i < ids.size(); i++) {
JSONObject detailObj = new JSONObject(); JSONObject detailObj = new JSONObject();
JSONObject j = ids.getJSONObject(i); JSONObject j = ids.getJSONObject(i);