update 宁夏交投查询方法添加 where条件

This commit is contained in:
Lemon
2023-11-21 11:36:07 +08:00
parent e0c4b3c60a
commit c9d1050cb2
2 changed files with 7 additions and 1 deletions

View File

@@ -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">