Commit 39b5e318 by 陶光胜

门店列表展示字段配置

parent cae1334e
......@@ -106,7 +106,7 @@ public class StoreController {
String[] sourcesArr = obj.toString().split(",");
for(StoreListSourceVO storeListSourceVO : list){
for(String s : sourcesArr){
if(s.equals(storeListSourceVO.getKey())){
if(s.equals(storeListSourceVO.getValue())){
storeListSourceVO.setChecked(1);
}
}
......
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