Commit ba6f0683 by 徐高华

/

parent 8dd59e75
...@@ -1481,7 +1481,7 @@ public class WxStaffController extends WebBaseController { ...@@ -1481,7 +1481,7 @@ public class WxStaffController extends WebBaseController {
for (StaffClerkRelationDTO staffClerkRelationDTO : bindRelationList) { for (StaffClerkRelationDTO staffClerkRelationDTO : bindRelationList) {
String storeId = staffClerkRelationDTO.getStoreId(); String storeId = staffClerkRelationDTO.getStoreId();
StoreDTO store = storeService.getStore(storeId); StoreDTO store = storeService.getStore(storeId);
if (store == null || store.getStatus() != 2) { if (store == null) {
continue; continue;
} }
String enterpriseId = store.getEnterpriseId(); String enterpriseId = store.getEnterpriseId();
......
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