This commit is contained in:
xiaofajia 2024-12-05 14:36:44 +08:00
parent ff3f9547e4
commit 641a686fca

View File

@ -225,8 +225,8 @@ public class DlTicketWaresServiceImpl extends ServiceImpl<DlTicketWaresMapper, D
twItem.setWaresAlreadyCount(0);
//非仓管添加
twItem.setIfHouseAdd(false);
twItem.setAddUserId(customerMain.getUserId());
twItem.setAddUserName(customerMain.getCusName());
twItem.setAddUserId(SecurityFrameworkUtils.getLoginUserId());
twItem.setAddUserName(SecurityFrameworkUtils.getLoginUserNickname());
return twItem;
}).collect(Collectors.toList());
if (CollectionUtil.isEmpty(list)) {