mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 18:40:14 +08:00
update 宁夏交投查询方法添加 where条件
This commit is contained in:
@@ -114,7 +114,7 @@ public interface PileStationInfoMapper {
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
List<NXJTStationInfoVO> NXJTQueryStationsInfo(NXJTQueryStationInfoDTO dto);
|
||||
List<NXJTStationInfoVO> NXJTQueryStationsInfo(@Param("dto") NXJTQueryStationInfoDTO dto);
|
||||
|
||||
PileStationInfo queryInfoByDeptId(@Param("deptId") String deptId);
|
||||
}
|
||||
|
||||
@@ -550,6 +550,12 @@
|
||||
support_order AS supportOrder
|
||||
FROM
|
||||
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 id="queryInfoByDeptId" resultMap="PileStationInfoResult">
|
||||
|
||||
Reference in New Issue
Block a user