mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
查询语句添加del_flag校验
This commit is contained in:
@@ -928,7 +928,8 @@
|
||||
JOIN pile_station_info t2 ON t1.station_id = t2.id
|
||||
join order_detail t3 on t1.order_code = t3.order_code
|
||||
join member_basic_info t4 on t1.member_id = t4.member_id
|
||||
where t1.order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
where t1.del_flag = '0'
|
||||
and t1.order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getOrderBasicInfo" resultMap="OrderBasicInfoResult">
|
||||
|
||||
Reference in New Issue
Block a user