Commit f18f30e8 by 陶光胜

门店控件增加接口

parent d0d34b15
......@@ -60,6 +60,7 @@ public class ProvincesApiServiceImpl implements ProvincesApiService {
@Override
public ServiceResponse<CityDTO> getCityByCityId(String cityId) {
log.info("获取城市信息:{}", cityId);
ServiceResponse<List<CityDTO>> response = this.selectAllCity();
if(response.isSuccess() && CollectionUtils.isNotEmpty(response.getResult())){
List<CityDTO> list = response.getResult();
......
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