fix:修改
This commit is contained in:
@@ -207,8 +207,8 @@ public class HotPointIvtServiceImpl implements HotPointIvtService {
|
||||
//出箱回传
|
||||
if ("2".equals(flag)) {
|
||||
param.put("iMoveOutDate", DateUtil.now());
|
||||
param.put("ActualBakingTemperature", form.getDoubleValue("temperature"));
|
||||
param.put("ActualBakingTimer", form.getDoubleValue("oven_time"));
|
||||
param.put("iabxActualBakingTemperature", form.getDoubleValue("temperature"));
|
||||
param.put("iabxActualBakingTimer", form.getDoubleValue("oven_time"));
|
||||
//判断该接口是否需要回传
|
||||
JSONObject back_jo = WQLObject.getWQLObject("MD_PB_InterfaceBack").query("interface_name = 'momRollBakeOutBound'").uniqueResult(0);
|
||||
if (ObjectUtil.isNotEmpty(back_jo) && "1".equals(back_jo.getString("is_back"))) {
|
||||
|
||||
Reference in New Issue
Block a user