screen-api
修改城市同期对比模拟数据接口Bug
| | |
| | | return false; |
| | | if (!regionType.equals(Constants.TWENTY_EIGHT_CITIES) && regionCode == null) |
| | | return false; |
| | | if (regionCode.toString().length() != 6) |
| | | return false; |
| | | if (regionType.equals(Constants.CITY_TYPE)) { |
| | | String regionCodeStr = regionCode.toString(); |
| | | if (!regionCodeStr.substring(regionCodeStr.length() - 2, regionCodeStr.length()).equals("00")) |
| | |
| | | if (!regionCodeStr.substring(regionCodeStr.length() - 4, regionCodeStr.length()).equals("0000")) |
| | | return false; |
| | | } |
| | | |
| | | //时间转换 |
| | | if (year != null) { |
| | | if(month!=null) |