mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 宁夏交投查询方法添加 where条件
This commit is contained in:
@@ -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