Commit c1098571 by 徐高华

Merge branch 'feature-canvas' into 'developer'

画布

See merge request !2397
parents facd4037 c6758513
......@@ -642,6 +642,11 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
}
@Override
public List<String> listAlStoreIdsByEnterpriseId(String enterpriseId) {
return this.mapper.listAlStoreIdsByEnterpriseId(enterpriseId);
}
@Override
public List<StaffClerkRelationDTO>listByWxEnterpriseIdAndStaffId(String wxEnterpriseId, Set<String> staffIdList) {
return this.mapper.listByWxEnterpriseIdAndStaffId(wxEnterpriseId,staffIdList);
}
......
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