Commit c73a354d by fudahua

店员不存在 修复

parent aa936a96
......@@ -157,7 +157,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
nameMap.put(infoDTO.getStoreId(), clerkDTO.getStoreName());
infoDTO.setClerkPhoneNumber(clerkDTO.getPhoneNumber());
} else {
nameMap.put(infoDTO.getEnterpriseId(), "未知店员");
nameMap.put(infoDTO.getClerkId(), "未知店员");
}
}
......
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