fix:修改

This commit is contained in:
2024-10-16 17:32:23 +08:00
parent bbee5dd95e
commit 2e389000c4

View File

@@ -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"))) {