fix:BUG修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user