rev:发货区修改

This commit is contained in:
2024-06-21 10:23:38 +08:00
parent d04e626131
commit cbfec25a9f
3 changed files with 13 additions and 11 deletions

View File

@@ -1961,7 +1961,8 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
sendOutManageService.createSendOutTaskOne(whereJson);
} else {
// 第二次申请
sendOutManageService.createSendOutTaskTwo(whereJson);
String point_code = sendOutManageService.createSendOutTaskTwo(whereJson);
result.put("data", point_code);
}
result.put("status", HttpStatus.OK.value());
result.put("message", "下发成功!");