|
|
@@ -310,7 +310,7 @@ select t1.* from(
|
|
310
|
310
|
END paymentStatusName,c.pay_type,
|
|
311
|
311
|
CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
|
|
312
|
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
|
314
|
AND c.id = #{id}
|
|
315
|
315
|
|
|
316
|
316
|
</select>
|