|
@@ -382,10 +382,10 @@
|
|
|
</resultMap>
|
|
|
<sql id="MusicGroupPaymentCalenderAuditDtoSql">
|
|
|
<where>
|
|
|
- <if test="paymentType != null and paymentType != ''">
|
|
|
+ <if test="paymentType != null">
|
|
|
AND mgpc.payment_type_ = #{paymentType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
- <if test="paymentCalenderStatus != null and paymentCalenderStatus != ''">
|
|
|
+ <if test="paymentCalenderStatus != null">
|
|
|
AND mgpc.status_ = #{paymentCalenderStatus,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
<if test="organId != null and organId != ''">
|