Commit 80f95fa6 by 陶光胜

门店列表展示字段配置

parent 4fe59d73
......@@ -109,7 +109,7 @@ public class StoreDictApiServiceImpl implements StoreDictApiService {
storeDictDTO.setKey(tabStoreField.getStoreFieldName());
storeDictDTO.setValue(tabStoreField.getStoreFieldId()+"");
for(String s : listSelect){
if(tabStoreField.getStoreFieldId() == Integer.valueOf(s)){
if(tabStoreField.getStoreFieldId().intValue() == Integer.valueOf(s).intValue()){
storeDictDTO.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