Commit 4e389b89 by 陶光胜

回写修改

parent e9fe9f18
......@@ -33,8 +33,8 @@ public class StoreAreaBackImpl implements ScreenBackStrategy {
String[] valueArr = value.split(" ");
List<String> view = new ArrayList<>();
List<String> hideView = new ArrayList<>();
int index = 0;
for(String s : valueArr){
int index = 0;
for(CityDTO cityDTO : cityDTOList){
if(s.equals(cityDTO.getCityId())){
String provinceName = "";
......
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