Commit f1a7479c by 徐高华

Merge branch 'master_xgh_停用功能' into 'developer'

log

See merge request !186
parents 3191c752 327d9047
......@@ -118,7 +118,7 @@ public class StoreController extends WebBaseController {
}
//主门店
ClerkMainStoreRelatedDTO mainDTO = clerkMainStoreRelatedApiService.getWxEnterpriseIdAndStaffId(wxEnterpriseId, staffId);
String mainStoreId = "-1" ; //.= mainDTO == null ? "" : mainDTO.getStoreId();
String mainStoreId = mainDTO == null ? "" : mainDTO.getStoreId();
Map<String,Boolean> map = new HashMap<>();
for (StaffClerkRelationDTO staffClerkRelationDTO : bindRelationList) {
String storeId = staffClerkRelationDTO.getStoreId() ;
......
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