bugfix:对账过滤预交金
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
<if test="medical_insurance_code != null and medical_insurance_code != ''">
|
||||
and PayType != #{medical_insurance_code}
|
||||
</if>
|
||||
<if test="prepayment_code != null and prepayment_code != ''">
|
||||
and PayType != #{prepayment_code}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="findHisDetailByParam" parameterType="HashMap" resultType="HashMap">
|
||||
@@ -53,6 +56,12 @@
|
||||
<if test="military_code != null and military_code != ''">
|
||||
and PayType != #{military_code}
|
||||
</if>
|
||||
<if test="medical_insurance_code != null and medical_insurance_code != ''">
|
||||
and PayType != #{medical_insurance_code}
|
||||
</if>
|
||||
<if test="prepayment_code != null and prepayment_code != ''">
|
||||
and PayType != #{prepayment_code}
|
||||
</if>
|
||||
<if test="tranID!=null and tranID!=''">
|
||||
and HisTransId=#{tranID}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user