作业表单提交
This commit is contained in:
parent
225914abb6
commit
8d26c8aed3
@ -115,6 +115,10 @@ public class XzBlindPlatePlugSafeController {
|
|||||||
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 [] param = {"gasAnalyzeTime", "representativeGas", "analyzeResult", "analyzer"};
|
String [] param = {"gasAnalyzeTime", "representativeGas", "analyzeResult", "analyzer"};
|
||||||
JSONArray detail = paramMap.getJSONArray("xzGasAnalyzeList");
|
JSONArray detail = paramMap.getJSONArray("xzGasAnalyzeList");
|
||||||
List<XzGasAnalyze> list = new ArrayList<>();
|
List<XzGasAnalyze> list = new ArrayList<>();
|
||||||
|
|||||||
@ -111,6 +111,10 @@ public class XzHighJobSafeController {
|
|||||||
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 [] param = {"gasAnalyzeTime", "representativeGas", "analyzeResult", "analyzer"};
|
String [] param = {"gasAnalyzeTime", "representativeGas", "analyzeResult", "analyzer"};
|
||||||
JSONArray detail = paramMap.getJSONArray("xzGasAnalyzeList");
|
JSONArray detail = paramMap.getJSONArray("xzGasAnalyzeList");
|
||||||
List<XzGasAnalyze> list = new ArrayList<>();
|
List<XzGasAnalyze> list = new ArrayList<>();
|
||||||
|
|||||||
@ -112,10 +112,10 @@ public class XzLimitSpaceSafeController {
|
|||||||
// if (safetyInformant != null) {
|
// if (safetyInformant != null) {
|
||||||
// paramMap.put("safetyInformant", safetyInformant.get(0));
|
// paramMap.put("safetyInformant", safetyInformant.get(0));
|
||||||
// }
|
// }
|
||||||
// JSONArray assignmentPersonInCharge = paramMap.getJSONArray("assignmentPersonInCharge");
|
JSONArray assignmentPersonInCharge = paramMap.getJSONArray("assignmentPersonInCharge");
|
||||||
// if (assignmentPersonInCharge != null) {
|
if (assignmentPersonInCharge != null) {
|
||||||
// paramMap.put("assignmentPersonInCharge", assignmentPersonInCharge.get(0));
|
paramMap.put("assignmentPersonInCharge", assignmentPersonInCharge.get(0));
|
||||||
// }
|
}
|
||||||
JSONArray jobApplicationUnit = paramMap.getJSONArray("jobApplicationUnit");
|
JSONArray jobApplicationUnit = paramMap.getJSONArray("jobApplicationUnit");
|
||||||
if (jobApplicationUnit != null) {
|
if (jobApplicationUnit != null) {
|
||||||
paramMap.put("jobApplicationUnit", jobApplicationUnit.get(0));
|
paramMap.put("jobApplicationUnit", jobApplicationUnit.get(0));
|
||||||
|
|||||||
@ -107,6 +107,10 @@ public class XzTemporaryElectricitySafeController {
|
|||||||
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 [] param = {"combustibleGasAnalysis", "analysePlace", "analysePerson"};
|
String [] param = {"combustibleGasAnalysis", "analysePlace", "analysePerson"};
|
||||||
JSONArray analyseInfo = paramMap.getJSONArray("analysePlace");
|
JSONArray analyseInfo = paramMap.getJSONArray("analysePlace");
|
||||||
if (analyseInfo != null) {
|
if (analyseInfo != null) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user