|
|
@@ -58,6 +58,10 @@ |
|
|
and `activity_type` = #{activityType} |
|
|
and `activity_type` = #{activityType} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != cusPhone and cusPhone != '' "> |
|
|
|
|
|
and `cus_phone` = #{cusPhone} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != createDateBegin"> |
|
|
<if test=" null != createDateBegin"> |
|
|
and `create_date` >= #{createDateBegin} |
|
|
and `create_date` >= #{createDateBegin} |
|
|
</if> |
|
|
</if> |
|
|
|