修复存在的错误
This commit is contained in:
parent
8a1ddb8e94
commit
8b5c20c989
|
|
@ -212,8 +212,8 @@ public class TaskExecutor {
|
|||
appStock.setOriginNum(pendingStorage.getGoodsNum());
|
||||
appStock.setBatchNo("-");
|
||||
appStock.setInvAge(0L);
|
||||
appStock.setGoodsStatus(0L);
|
||||
appStock.setStockStatus(0L);
|
||||
appStock.setGoodsStatus(0);
|
||||
appStock.setStockStatus(0);
|
||||
appStock.setCreateTime(new Date());
|
||||
appStock.setUpdateTime(new Date());
|
||||
appStock.setCreateUser(pendingStorage.getCreatePerson());
|
||||
|
|
@ -338,7 +338,7 @@ public class TaskExecutor {
|
|||
location.setLocationId(task.getOrigin());
|
||||
location.setLocationStatus(0);
|
||||
appLocationMapper.updateAppLocation(location);
|
||||
|
||||
|
||||
AppTask updateRemark = new AppTask();
|
||||
updateRemark.setTaskId(task.getTaskId());
|
||||
updateRemark.setRemark("移库完成");
|
||||
|
|
|
|||
|
|
@ -60,4 +60,6 @@ public interface AppPmsOrderOutMapper
|
|||
*/
|
||||
public int deleteAppPmsOrderOutByListIds(String[] recordIds);
|
||||
public int deleteAppPmsOrderOutByOrderId(AppPmsOrderOut appPmsOrderOut);
|
||||
|
||||
int updatePickNum(AppPmsOrderOut appPmsOrderOut);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user