Commit df984659 by zhiwj

修bug

parent 23063b48
......@@ -216,7 +216,8 @@ public class StoreServiceImpl implements StoreService {
for (String s : storeIdArr) {
list.add(Integer.valueOf(s));
}
return this.tabStoreInfoMapper.updateStoreStatusBystoreInfoIds(Integer.valueOf(value), list);
List<Integer> storeInfoIdList = this.tabStoreMapper.listStoreInfoIdByStoreIds(list, enterpriseId);
return this.tabStoreInfoMapper.updateStoreStatusBystoreInfoIds(Integer.valueOf(value), storeInfoIdList);
}
@Override
......
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