|
@@ -282,9 +282,6 @@
|
|
<if test="type != null and type == 0">
|
|
<if test="type != null and type == 0">
|
|
AND pg.be_renew_group_id_ IS NOT NULL AND pg.type_='CHARGE'
|
|
AND pg.be_renew_group_id_ IS NOT NULL AND pg.type_='CHARGE'
|
|
</if>
|
|
</if>
|
|
- <if test="type != null and type == 2">
|
|
|
|
- AND pg.type_='FREE'
|
|
|
|
- </if>
|
|
|
|
<if test="practiceGroupType != null">
|
|
<if test="practiceGroupType != null">
|
|
AND pg.type_=#{practiceGroupType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
AND pg.type_=#{practiceGroupType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
</if>
|
|
</if>
|