不同店铺之间员工账户可重复
This commit is contained in:
@@ -116,6 +116,8 @@ public class TbPlussShopStaffServiceImpl implements TbPlussShopStaffService {
|
||||
throw new BadRequestException("最大优惠金额过大");
|
||||
}
|
||||
|
||||
resources.setAccount(resources.getShopId() + "@" + resources.getAccount());
|
||||
|
||||
resources.setCreatedAt(Instant.now().toEpochMilli());
|
||||
|
||||
//添加收银系统后台账号
|
||||
|
||||
Reference in New Issue
Block a user