|
@@ -309,17 +309,17 @@ public class FrontServiceImpl implements IFrontService {
|
|
|
|| workOrderReq.getCsTp() || workOrderReq.getCsNh3() || workOrderReq.getCsSs()){
|
|
|
JSONObject jsonObjectCS = new JSONObject();
|
|
|
jsonObjectCS.put("time", workOrderRe.getTime());
|
|
|
- if(workOrderReq.getJsSlq())
|
|
|
+ if(workOrderReq.getCsSlqc())
|
|
|
jsonObjectCS.put("csSlqc", workOrderRe.getCsSlqc());
|
|
|
- if(workOrderReq.getJsCod())
|
|
|
+ if(workOrderReq.getCsCod())
|
|
|
jsonObjectCS.put("csCod", workOrderRe.getCsCod());
|
|
|
- if(workOrderReq.getJsTn())
|
|
|
+ if(workOrderReq.getCsTn())
|
|
|
jsonObjectCS.put("csTn", workOrderRe.getCsTn());
|
|
|
- if(workOrderReq.getJsTp())
|
|
|
+ if(workOrderReq.getCsTp())
|
|
|
jsonObjectCS.put("csTp", workOrderRe.getCsTp());
|
|
|
- if(workOrderReq.getJsNh3())
|
|
|
+ if(workOrderReq.getCsNh3())
|
|
|
jsonObjectCS.put("csNh3", workOrderRe.getCsNh3());
|
|
|
- if(workOrderReq.getJsSs())
|
|
|
+ if(workOrderReq.getCsSs())
|
|
|
jsonObjectCS.put("csSs", workOrderRe.getCsSs());
|
|
|
csGroup.add(jsonObjectCS);
|
|
|
}
|