refactor code
This commit is contained in:
@@ -69,7 +69,6 @@ public class ProvinceController {
|
||||
public R getCityList(@RequestParam("provId") Integer provId){
|
||||
List<CityEntity> prov = cityService.getBaseMapper().selectList(new QueryWrapper<CityEntity>()
|
||||
.eq("prov_id", provId));
|
||||
|
||||
return R.ok().put("prov",prov);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user