Просмотр исходного кода

Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev

wangqiong123 2 лет назад
Родитель
Сommit
7649cf9326

+ 1
- 1
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Просмотреть файл

595
                CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
595
                CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
596
         from case_application c left join case_payment_record p on c.id  = p.case_id
596
         from case_application c left join case_payment_record p on c.id  = p.case_id
597
         where c.case_status  = 3
597
         where c.case_status  = 3
598
-          AND c.id = #{id}
598
+          AND c.id = #{id} and p.payment_status=1
599
 
599
 
600
     </select>
600
     </select>
601
     <select id="selectCaseNumLike" resultType="java.lang.Integer">
601
     <select id="selectCaseNumLike" resultType="java.lang.Integer">