Commit 7e701a2a by 陶光胜

门店标签回写

parent 5600b31d
......@@ -120,7 +120,7 @@ public class StoreFieldController {
for (StoreFieldDTO dto : dtoList) {
//不需要文本类型字段
if(!userRegion.isEmpty()){
if(!userRegion.contains(dto.getStoreRegionId())){
if(!userRegion.contains(dto.getStoreRegionId()+"")){
continue;
}
}
......
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