|
|
|
@@ -781,7 +781,7 @@ |
|
|
|
<if test=" null != basicInfo.name "> |
|
|
|
and cu.`name` like concat('%', #{basicInfo.name},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != basicInfo.startTime and null! = basicInfo.endTime"> |
|
|
|
<if test=" null != basicInfo.startTime and null != basicInfo.endTime"> |
|
|
|
and cu.`create_date` between #{basicInfo.startTime} and #{basicInfo.endTime} |
|
|
|
</if> |
|
|
|
<if test=" null != basicInfo.ids "> |
|
|
|
|