Commit 7033f48f by 徐高华

test

parent 2f30b6f3
......@@ -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