修复存在的错误
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());
|
||||
|
|
|
|||
|
|
@ -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