Merge branch 'b_lms' into master_merge

This commit is contained in:
2024-06-21 10:24:13 +08:00
3 changed files with 13 additions and 11 deletions

View File

@@ -2003,7 +2003,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", "下发成功!");