|
|
@@ -105,14 +105,6 @@ |
|
|
|
and create_date < #{endDate} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != customized"> |
|
|
|
and customized = #{customized} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != customizedUserId"> |
|
|
|
and customized_user_id = #{customizedUserId} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" 1 == customizedQuery"> |
|
|
|
and ( customized = 0 or (customized = 1 and customized_user_id = #{customizedUserId}) ) |
|
|
|
</if> |
|
|
|