Browse Source

贷款业务可以出库开票的车辆必须满足首付款及费用交清(含订金)且担保的家访资料审核通过或非担保家访考察通过

master
God 11 months ago
parent
commit
9a6440d047
  1. 6
      anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml

6
anrui-buscenter/anrui-buscenter-biz/src/main/java/com/yxt/anrui/buscenter/biz/busdelivered/BusDeliveredMapper.xml

@ -344,7 +344,7 @@
WHERE
busState = '401'
<!-- and (finState = '1' OR carryVehicleState = '1' ))-->
AND ((saleTypeKey = '1' and (finState = '1' OR carryVehicleState = '1' )) or (saleTypeKey = '2' and invoiceApplyState = '1')))
AND ((saleTypeKey = '1' and (finState = '1' OR carryVehicleState = '1' )) or (saleTypeKey = '2' and finState = '1' and manageState = '1')))
AND bbv.vehicleState != '0002'
</where>
GROUP BY
@ -543,7 +543,7 @@
WHERE
busState = '401'
<!--and (finState = '1' OR carryVehicleState = 1 ))-->
AND (( saleTypeKey = '1' and (finState = '1' OR carryVehicleState = 1 )) or (saleTypeKey = '2' and invoiceApplyState = '1')))
AND (( saleTypeKey = '1' and (finState = '1' OR carryVehicleState = 1 )) or (saleTypeKey = '2' and finState = '1' and manageState = '1')))
</select>
<select id="vinLists3" resultType="com.yxt.anrui.buscenter.api.busdelivered.AppVinListVo">
@ -591,7 +591,7 @@
anrui_base.base_vehicle_state
WHERE
busState = '401'
AND (saleTypeKey = '2' and invoiceApplyState = '1'))
AND (saleTypeKey = '2' and finState = '1' and manageState = '1'))
</select>
<select id="vinLists2" resultType="com.yxt.anrui.buscenter.api.busdelivered.VinListVo2">

Loading…
Cancel
Save