fix:出箱回传
This commit is contained in:
@@ -206,7 +206,7 @@ public class HotPointIvtServiceImpl implements HotPointIvtService {
|
|||||||
}
|
}
|
||||||
//出箱回传
|
//出箱回传
|
||||||
if ("2".equals(flag)) {
|
if ("2".equals(flag)) {
|
||||||
param.put("MoveOutDate", DateUtil.now());
|
param.put("iMoveOutDate", DateUtil.now());
|
||||||
param.put("ActualBakingTemperature", form.getDoubleValue("temperature"));
|
param.put("ActualBakingTemperature", form.getDoubleValue("temperature"));
|
||||||
param.put("ActualBakingTimer", form.getDoubleValue("oven_time"));
|
param.put("ActualBakingTimer", form.getDoubleValue("oven_time"));
|
||||||
//判断该接口是否需要回传
|
//判断该接口是否需要回传
|
||||||
|
|||||||
Reference in New Issue
Block a user