调整
This commit is contained in:
parent
893e93563d
commit
f002019e32
@ -92,11 +92,11 @@
|
||||
</select>
|
||||
<select id="selectListByCusId" resultType="cn.iocoder.yudao.module.custom.entity.CarMain">
|
||||
SELECT
|
||||
<include refid="column"></include>
|
||||
<include refid="baseCarMainColumn"></include>
|
||||
FROM
|
||||
`base_car_main`
|
||||
`base_car_main` tbcm
|
||||
WHERE
|
||||
id IN ( SELECT car_id FROM base_customer_car WHERE cus_id = #{cusId} AND deleted = 0 )
|
||||
AND deleted = 0
|
||||
tbcm.id IN ( SELECT car_id FROM base_customer_car WHERE cus_id = #{cusId} AND deleted = 0 )
|
||||
AND tbcm.deleted = 0
|
||||
</select>
|
||||
</mapper>
|
Loading…
Reference in New Issue
Block a user