Commit d525cc8f by 徐高华

Merge branch 'master_xgh_我的客户迭代' into 'developer'

门店

See merge request !401
parents 26166da8 bc696c4b
......@@ -1623,7 +1623,7 @@ public class WxStaffController extends WebBaseController {
}
List<StoreListVO> voList = new ArrayList<>();
int totalCount = 0 ;
List<StoreDTO> storeDTOList = null ;
List<StoreDTO> storeDTOList = new ArrayList<>() ;
if(storeIdList.get(0).contains("-1")) {
String storeWidgetId = this.powerService.getStoreWidgetId(new Date(), clerkId);
logger.info("权限-所有门店storeWidgetId={}",storeWidgetId);
......
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