司机删除
parent
911fead99b
commit
68ca14ecf9
|
|
@ -36,7 +36,10 @@
|
||||||
<select id="driverCantDel" resultMap="driverCantDelMap">
|
<select id="driverCantDel" resultMap="driverCantDelMap">
|
||||||
SELECT b.driver_name, a.sn, a.order_status
|
SELECT b.driver_name, a.sn, a.order_status
|
||||||
FROM order_info a
|
FROM order_info a
|
||||||
INNER JOIN biz_driver b ON b.id = a.driver_id AND b.deleted = 0
|
INNER JOIN biz_driver b ON b.id = a.driver_id AND b.deleted = 0
|
||||||
|
<if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
|
||||||
|
${ew.customSqlSegment}
|
||||||
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue