rev:修改缓存线同步接口
This commit is contained in:
@@ -103,7 +103,7 @@ public class AcsToWmsController {
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
|
||||
@PostMapping("/feedcachelineVe")
|
||||
@PostMapping("/feedCacheLineBarcodes")
|
||||
@Log("向wms反馈缓存载具信息")
|
||||
@ApiOperation("向wms反馈缓存载具信息")
|
||||
@SaIgnore
|
||||
|
||||
@@ -519,7 +519,7 @@ public class IPdmProduceWorkorderServiceImpl extends ServiceImpl<PdmProduceWorko
|
||||
JSONObject order = packageForm(result);
|
||||
array.add(order);
|
||||
//下发acs
|
||||
result.setWorkorder_status(WorkerOrderEnum.SEND.getCode());
|
||||
result.setWorkorder_status(WorkerOrderEnum.PRODUCTING.getCode());
|
||||
Map<String,Object> resp = wmsToAcsService.order(array);
|
||||
if (((int)resp.get("status")) == (HttpStatus.BAD_REQUEST.value())){
|
||||
throw new BadRequestException(String.valueOf(resp.get("message")));
|
||||
|
||||
Reference in New Issue
Block a user