Commit 69cd3bb5 by guojuxing

转移门店校验

parent b229cbc5
......@@ -651,7 +651,9 @@ public class ClerkApiServiceImpl implements ClerkApiService {
//校验
//编辑权限验证
TabClerk clerk = this.clerkService.getById(newClerkId);
TabClerk oldClerk = this.clerkService.getById(oldClerkId);
validStoreIsOther(enterpriseId, clerk.getStoreInfoId());
validStoreIsOther(enterpriseId, oldClerk.getStoreInfoId());
List<ClerkOfflineDTO> clerkOfflineDTOList = new ArrayList<>();
ClerkOfflineDTO clerkOfflineDTO = new ClerkOfflineDTO();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment