Commit 3191c752 by 徐高华

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

test

See merge request !185
parents 02891217 7033f48f
......@@ -118,7 +118,7 @@ public class StoreController extends WebBaseController {
}
//主门店
ClerkMainStoreRelatedDTO mainDTO = clerkMainStoreRelatedApiService.getWxEnterpriseIdAndStaffId(wxEnterpriseId, staffId);
String mainStoreId = mainDTO == null ? "" : mainDTO.getStoreId();
String mainStoreId = "-1" ; //.= 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