mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-22 08:09:48 +08:00
update 宁夏交投查询方法添加 where条件
This commit is contained in:
@@ -114,7 +114,7 @@ public interface PileStationInfoMapper {
|
|||||||
* @param dto
|
* @param dto
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
List<NXJTStationInfoVO> NXJTQueryStationsInfo(NXJTQueryStationInfoDTO dto);
|
List<NXJTStationInfoVO> NXJTQueryStationsInfo(@Param("dto") NXJTQueryStationInfoDTO dto);
|
||||||
|
|
||||||
PileStationInfo queryInfoByDeptId(@Param("deptId") String deptId);
|
PileStationInfo queryInfoByDeptId(@Param("deptId") String deptId);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -550,6 +550,12 @@
|
|||||||
support_order AS supportOrder
|
support_order AS supportOrder
|
||||||
FROM
|
FROM
|
||||||
pile_station_info
|
pile_station_info
|
||||||
|
where del_flag = '0'
|
||||||
|
and open_flag = '1'
|
||||||
|
and public_flag = '1'
|
||||||
|
<if test="dto.stationId != null and dto.stationId != ''">
|
||||||
|
and id = #{dto.stationId,jdbcType=VARCHAR}
|
||||||
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryInfoByDeptId" resultMap="PileStationInfoResult">
|
<select id="queryInfoByDeptId" resultMap="PileStationInfoResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user