rev:二期发货任务
This commit is contained in:
@@ -24,7 +24,7 @@ public enum RegionTypeEnum {
|
||||
TWO_TTP01("21", "二期空托盘区", "1750471797729529856"),
|
||||
TWO_MX01("22", "二期木箱区", "1752254266938101760"),
|
||||
TWO_KZ01("23", "二期捆扎区", "1754774130626007040"),
|
||||
TWO_FH01("24", "二期发货区", "1754774130626007040");
|
||||
TWO_FH01("24", "二期发货区", "1759453285649092608");
|
||||
|
||||
private String name;
|
||||
private String code;
|
||||
|
||||
@@ -3,8 +3,6 @@ package org.nl.wms.st.outbill.rest;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.nl.b_lms.sch.point.service.IschBasePointService;
|
||||
import org.nl.b_lms.storage_manage.database.service.IBstIvtBoxinfoService;
|
||||
import org.nl.b_lms.storage_manage.ios.enums.IOSEnum;
|
||||
import org.nl.b_lms.storage_manage.ios.service.iostorInv.IStIvtIostorinvOutService;
|
||||
import org.nl.b_lms.storage_manage.ios.service.iostorInv.util.impl.*;
|
||||
@@ -40,6 +38,8 @@ public class CheckOutBillController {
|
||||
|
||||
private final LashManageService lashManageService;
|
||||
|
||||
private final SendOutManageServiceImpl sendOutManageService;
|
||||
|
||||
@GetMapping
|
||||
@Log("查询出库单")
|
||||
|
||||
@@ -402,4 +402,11 @@ public class CheckOutBillController {
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
|
||||
@PostMapping("/testSendOut")
|
||||
@Log("发货区测试")
|
||||
public ResponseEntity<Object> testSendOut(@RequestBody JSONObject whereJson) {
|
||||
sendOutManageService.createSendOutTask(whereJson);
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user