bugfix:过滤军保支付对账
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
<if test="prepayment_code != null and prepayment_code != ''">
|
||||
and PayType != #{prepayment_code}
|
||||
</if>
|
||||
<if test="military_payment_code != null and military_payment_code != ''">
|
||||
and PayType != #{military_payment_code}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="findHisDetailByParam" parameterType="HashMap" resultType="HashMap">
|
||||
@@ -62,6 +65,9 @@
|
||||
<if test="prepayment_code != null and prepayment_code != ''">
|
||||
and PayType != #{prepayment_code}
|
||||
</if>
|
||||
<if test="military_payment_code != null and military_payment_code != ''">
|
||||
and PayType != #{military_payment_code}
|
||||
</if>
|
||||
<if test="tranID!=null and tranID!=''">
|
||||
and HisTransId=#{tranID}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user