fix 包装请求参数
This commit is contained in:
@@ -487,7 +487,7 @@ public class HailiangPackerStationDeviceDriver extends AbstractOpcDeviceDriver i
|
||||
if (produceshiftorderDto != null && produceshiftorderDto.getIs_needmove().equals(StatusEnum.NEED_MOVE.getCode())) {
|
||||
JSONObject reqParam = new JSONObject();
|
||||
reqParam.put("device_code", this.getDevice_code());
|
||||
reqParam.put("type", StatusEnum.LACK_REQ.getCode());
|
||||
reqParam.put("type", StatusEnum.BZ_FULL_REQ.getCode());
|
||||
reqParam.put("workorder_code", this.getOrder());
|
||||
HttpResponse httpResponse = acsToWmsService.applyTaskToWms(reqParam);
|
||||
if (ObjectUtil.isNotEmpty(httpResponse) && httpResponse.getStatus() == 200) {
|
||||
|
||||
Reference in New Issue
Block a user