Browse Source

Merge branch 'master' of http://git.dayaedu.com/yonge/mec

zouxuan 5 years ago
parent
commit
536364329d

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

@@ -242,7 +242,7 @@
             </if>
 
             <if test="balancePaymentAmount != null">
-                AND spo.balance_payment_amount >= #{balancePaymentAmount}
+                AND spo.balance_payment_amount_ >= #{balancePaymentAmount}
             </if>
         </where>
     </sql>