zouxuan %!s(int64=5) %!d(string=hai) anos
pai
achega
9e62db80ad

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/MusicGroupPaymentCalenderMapper.xml

@@ -226,6 +226,9 @@
         	<if test="payUserType != null">
         		and mgpc.pay_user_type_ = #{payUserType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
         	</if>
+        	<if test="paymentType != null">
+        		and mgpc.payment_type_ = #{paymentType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
+        	</if>
         	<if test="status != null">
         		and mgpc.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
         	</if>