不同店铺之间员工账户可重复

This commit is contained in:
GYJ
2024-07-30 15:14:51 +08:00
parent 2671526c11
commit 84802d508f
3 changed files with 26 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ public class TbPlussShopStaffServiceImpl implements TbPlussShopStaffService {
throw new BadRequestException("最大优惠金额过大");
}
resources.setAccount(resources.getShopId() + "@" + resources.getAccount());
resources.setCreatedAt(Instant.now().toEpochMilli());
//添加收银系统后台账号