소스 검색

缴费详情

18792927508 2 년 전
부모
커밋
94294ffd71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml

+ 1
- 1
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml 파일 보기

@@ -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>