|
@@ -42,7 +42,7 @@ public class TbGoodsDemandService extends ServiceImpl<TbGoodsDemandMapper, TbGoo
|
|
|
throw new ServiceException("当前登录账号信息已失效!");
|
|
|
//设置基本状态
|
|
|
t.setIsOrders(0); // 0= 未被下单
|
|
|
- t.setPurchaserId(appLoginInfo.getLoginId());
|
|
|
+ t.setPurchaserId(appLoginInfo.getFk());
|
|
|
t.setCreateBy(appLoginInfo.getLoginId());
|
|
|
t.setCreateName(appLoginInfo.getLoginName());
|
|
|
t.setDeleteStatus(DeleteStatus.DELETE_STATUS_ON.getCode());
|