Commit b639839c by zhiwj

门店

parent fcc04579
......@@ -547,7 +547,7 @@ public class ClerkApiServiceImpl implements ClerkApiService {
TabClerk tabClerk = this.clerkService.getById(clerkId);
ClerkDTO clerkDTO = EntityUtil.changeEntityByJSON(ClerkDTO.class, tabClerk);
if (clerkDTO != null) {
StoreDTO storeDTO = this.storeApiService.getStoreByStoreInfoId(enterpriseId, clerkDTO.getStoreInfoId()).getResult();
StoreDTO storeDTO = this.storeApiService.getStoreByStoreInfoId(clerkDTO.getEnterpriseId(), clerkDTO.getStoreInfoId()).getResult();
if (storeDTO != null) {
clerkDTO.setStoreName(storeDTO.getStoreName());
}
......
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