|
@@ -116,6 +116,8 @@ public class StationServiceImpl implements StationService {
|
|
|
if(StringUtils.isNotBlank(stationRequest.getAppId())){
|
|
|
example.or().andAppIdEqualTo(stationRequest.getAppId());
|
|
|
}
|
|
|
+ //example.or().andJiBieEqualTo(stationRequest.getJiBie());
|
|
|
+ //example.or().andIsAliPayFlagEqualTo(stationRequest.getIsAliPayFlag());
|
|
|
// 数据库查询门店数据
|
|
|
List<StationInfo> stationInfolist = stationInfoMapper.selectByExample(example);
|
|
|
// 入参坐标拼接
|
|
@@ -156,7 +158,7 @@ public class StationServiceImpl implements StationService {
|
|
|
if(StringUtils.isNotBlank(stationRequest.getAppId())){
|
|
|
example.or().andGzhAppIdEqualTo(stationRequest.getAppId());
|
|
|
}
|
|
|
- example.or().andJiBieEqualTo(stationRequest.getJiBie());
|
|
|
+ //example.or().andJiBieEqualTo(stationRequest.getJiBie());
|
|
|
// 数据库查询门店数据
|
|
|
List<StationInfo> stationInfolist = stationInfoMapper.selectByExample(example);
|
|
|
// 入参坐标拼接
|