|
@@ -47,6 +47,7 @@ public class TbGoodsDemandService extends ServiceImpl<TbGoodsDemandMapper, TbGoo
|
|
|
throw new ServiceException("当前登录账号信息已失效!");
|
|
|
|
|
|
t.setIsOrders(0);
|
|
|
+ t.setIsConfirm(0);
|
|
|
t.setPurchaserId(appLoginInfo.getFk());
|
|
|
t.setCreateBy(appLoginInfo.getLoginId());
|
|
|
t.setCreateName(appLoginInfo.getLoginName());
|
|
@@ -67,6 +68,8 @@ public class TbGoodsDemandService extends ServiceImpl<TbGoodsDemandMapper, TbGoo
|
|
|
if(appLoginInfo == null || appLoginInfo.getLoginId() == null)
|
|
|
throw new ServiceException("当前登录账号信息已失效!");
|
|
|
|
|
|
+ t.setIsOrders(0);
|
|
|
+ t.setIsConfirm(0);
|
|
|
t.setUpdateBy(appLoginInfo.getLoginId());
|
|
|
t.setUpdateName(appLoginInfo.getLoginName());
|
|
|
t.setUpdateTime(new Date());
|