|
@@ -284,13 +284,7 @@ public class SysController {
|
|
List<StoreInfo> storeInfoList = storeInfoService.listStore(storeInfo);
|
|
List<StoreInfo> storeInfoList = storeInfoService.listStore(storeInfo);
|
|
if(storeIds.length > 0){
|
|
if(storeIds.length > 0){
|
|
for (StoreInfo si : storeInfoList) {
|
|
for (StoreInfo si : storeInfoList) {
|
|
- if(si.getStoreId() == 128){
|
|
|
|
- Integer x = 10;
|
|
|
|
- }
|
|
|
|
for (int i = 0; i < storeIds.length; i++) {
|
|
for (int i = 0; i < storeIds.length; i++) {
|
|
- if(storeIds[i] == 128){
|
|
|
|
- Integer x = 10;
|
|
|
|
- }
|
|
|
|
if(Objects.equals(si.getStoreId(),storeIds[i])){
|
|
if(Objects.equals(si.getStoreId(),storeIds[i])){
|
|
si.setIsSelectDepart(1); // 1:选中 2:未选中
|
|
si.setIsSelectDepart(1); // 1:选中 2:未选中
|
|
}
|
|
}
|