缴费详情报错修改
This commit is contained in:
@@ -595,7 +595,7 @@ order by c.create_time desc limit 1
|
|||||||
CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
|
CASE c.pay_type when 0 then '线上支付' when 0 then '线下支付' else '' end payTypeName
|
||||||
from case_application c left join case_payment_record p on c.id = p.case_id
|
from case_application c left join case_payment_record p on c.id = p.case_id
|
||||||
where c.case_status = 3
|
where c.case_status = 3
|
||||||
AND c.id = #{id}
|
AND c.id = #{id} and p.payment_status=1
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
<select id="selectCaseNumLike" resultType="java.lang.Integer">
|
<select id="selectCaseNumLike" resultType="java.lang.Integer">
|
||||||
|
|||||||
Reference in New Issue
Block a user