mes接口更新
This commit is contained in:
@@ -569,6 +569,13 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
||||
}
|
||||
//更新窑的信息
|
||||
KilnUtil.outKiln(vehicle_code);
|
||||
|
||||
JSONObject jo = new JSONObject();
|
||||
jo.put("vehicle_code",vehicle_code);
|
||||
//调用wms的接口
|
||||
WmsToJnServiceImpl wmsToJnService = new WmsToJnServiceImpl();
|
||||
wmsToJnService.feedBackOutKiln(jo);
|
||||
|
||||
JSONObject result = new JSONObject();
|
||||
result.put("status", HttpStatus.OK.value());
|
||||
result.put("message", "任务状态反馈成功!");
|
||||
|
||||
Reference in New Issue
Block a user