fix:BUG修改

This commit is contained in:
zhouz
2024-06-18 10:03:24 +08:00
parent 674685ef15
commit 57defd4e0d
7 changed files with 41 additions and 37 deletions

View File

@@ -1968,11 +1968,6 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
log.info("applyTwo返回参数---------------------------------------------" + result.toString());
return result;
}
}catch (Exception ex){
log.info("applyTwo申请任务异常,任务类型为:---------------------------------------------"+type+"异常信息为"+ex.toString());
result.put("status", HttpStatus.BAD_REQUEST.value());
result.put("message","申请任务异常,任务类型为:"+type+"异常信息为"+ex.toString());
return result;
}
finally {
if (tryLock) {