Parcourir la source

[账单][修改][修改滞纳金]

release_toaliyun_real
luozukai il y a 6 ans
Parent
révision
45841e628a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxBillActionMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxBillActionMapper.xml Voir le fichier

@@ -30,6 +30,10 @@
<if test=" null != action ">
and `action` = #{action}
</if>

<if test="null == action ">
and `action` != 7
</if>
<if test=" null != billId ">
and `bill_id` = #{billId}


Chargement…
Annuler
Enregistrer