任务执行失败缓存区状态回滚
Dieser Commit ist enthalten in:
Ursprung
be0ffcae00
Commit
e3d17d1923
@ -346,6 +346,9 @@ public class AsynRunTaskService extends BaseService {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//修改库位状态
|
||||
location.setStatus(0);
|
||||
locationServiceBiz.updateById(location);
|
||||
//任务失败清除缓存库位信息
|
||||
inStockInfoServiceBiz.removeById(inStockInfo);
|
||||
runTask.setStatus(3);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren