18792927508 2 anni fa
parent
commit
94294ffd71

+ 1
- 1
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Vedi File

310
         END paymentStatusName,c.pay_type,
310
         END paymentStatusName,c.pay_type,
311
         CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
311
         CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
312
         from case_application c left join case_payment_record p on c.id  = p.case_id
312
         from case_application c left join case_payment_record p on c.id  = p.case_id
313
-        where c.case_status  = 3 and p.payment_status  = 1
313
+        where c.case_status  = 3
314
             AND c.id = #{id}
314
             AND c.id = #{id}
315
 
315
 
316
     </select>
316
     </select>