Browse Source

Merge branch 'maintenance_feature'

周箭河 4 years ago
parent
commit
8cf19430d2

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

@@ -210,7 +210,7 @@
                 AND sr.student_instrument_id_ = #{studentInstrumentId}
                 AND sr.student_instrument_id_ = #{studentInstrumentId}
             </if>
             </if>
             <if test="hasExemptionAmount != null and hasExemptionAmount ==1">
             <if test="hasExemptionAmount != null and hasExemptionAmount ==1">
-                AND sr.exemption_amount_ > #{exemptionAmount}
+                AND sr.exemption_amount_ > 0
             </if>
             </if>
             <if test="hasExemptionAmount != null and hasExemptionAmount ==0">
             <if test="hasExemptionAmount != null and hasExemptionAmount ==0">
                 AND sr.exemption_amount_ = 0
                 AND sr.exemption_amount_ = 0