浏览代码

fix musicGroupPaymentCalender.queryPage

周箭河 4 年之前
父节点
当前提交
5a31608644
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/MusicGroupPaymentCalenderMapper.xml

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

@@ -204,10 +204,10 @@
         	<if test="musicGroupId != null">
         		and mgpc.music_group_id_ = #{musicGroupId}
         	</if>
-        	<if test="musicGroupId != null">
+        	<if test="payUserType != null">
         		and mgpc.pay_user_type_ = #{payUserType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
         	</if>
-        	<if test="musicGroupId != null">
+        	<if test="status != null">
         		and mgpc.status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
         	</if>
         </where>