吊装作业添加作业负责人
This commit is contained in:
parent
ee92b7a942
commit
13e6ab61c1
@ -111,7 +111,10 @@ public class XzHoistSafetyWorkController {
|
|||||||
if (jobApplicationUnit != null) {
|
if (jobApplicationUnit != null) {
|
||||||
paramMap.put("jobApplicationUnit", jobApplicationUnit.get(0));
|
paramMap.put("jobApplicationUnit", jobApplicationUnit.get(0));
|
||||||
}
|
}
|
||||||
|
JSONArray assignmentPersonInCharge = paramMap.getJSONArray("assignmentPersonInCharge");
|
||||||
|
if (assignmentPersonInCharge != null) {
|
||||||
|
paramMap.put("assignmentPersonInCharge", assignmentPersonInCharge.get(0));
|
||||||
|
}
|
||||||
String [] param1 = {"name", "flag"};
|
String [] param1 = {"name", "flag"};
|
||||||
JSONArray safeMeasures = paramMap.getJSONArray("safeMeasure");
|
JSONArray safeMeasures = paramMap.getJSONArray("safeMeasure");
|
||||||
JSONArray safeMeasure = new JSONArray();
|
JSONArray safeMeasure = new JSONArray();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user