|
|
@@ -270,7 +270,7 @@ |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
<update id="updateServiceCharge" parameterType="com.iformall.domain.po.WxPayAccountBill"> |
|
|
<update id="updateServiceCharge" parameterType="com.iformall.domain.po.WxPayAccountBill"> |
|
|
update wx_bill_property set service_charge_pay=round(receive_pay+receive_pay*#{serviceChargeRate}/100) where tenant_id=#{tenantId} and status in(1,2,4) |
|
|
|
|
|
|
|
|
update wx_bill_property set service_charge_pay=round(receive_pay*#{serviceChargeRate}/100) where tenant_id=#{tenantId} and service_charge_pay=0 and status in(1,2,4) |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
</mapper> |
|
|
</mapper> |
|
|
|