|
@ -70,7 +70,7 @@ |
|
|
left join base_vehicle_brand bvb on bvb.manufacturerSid = bm.sid |
|
|
left join base_vehicle_brand bvb on bvb.manufacturerSid = bm.sid |
|
|
left join base_vehicle_model bvm on bvm.carBrand = bvb.sid |
|
|
left join base_vehicle_model bvm on bvm.carBrand = bvb.sid |
|
|
where bvm.sid = #{modelSid} |
|
|
where bvm.sid = #{modelSid} |
|
|
and bmb.dueBankValue = '订金账户' |
|
|
and bmb.dueBankValue = '订金账户' and bmb.isDelete = 0 AND BM.isDelete = 0 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="actualList" resultType="com.yxt.anrui.base.api.basemanufacturerbank.BaseManActualVo"> |
|
|
<select id="actualList" resultType="com.yxt.anrui.base.api.basemanufacturerbank.BaseManActualVo"> |
|
@ -91,7 +91,7 @@ |
|
|
from base_manufacturer bm |
|
|
from base_manufacturer bm |
|
|
left join base_manufacturer_bank bmb on bm.manBankSid = bmb.sid |
|
|
left join base_manufacturer_bank bmb on bm.manBankSid = bmb.sid |
|
|
where bm.createOrg = #{createOrgSid} |
|
|
where bm.createOrg = #{createOrgSid} |
|
|
and dueBankValue = '订金账户' |
|
|
and dueBankValue = '订金账户' and bmb.isDelete = 0 AND BM.isDelete = 0 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="payList" resultType="com.yxt.anrui.base.api.basemanufacturerbank.BaseManPayVo"> |
|
|
<select id="payList" resultType="com.yxt.anrui.base.api.basemanufacturerbank.BaseManPayVo"> |
|
|