|
|
|
@@ -178,7 +178,7 @@ |
|
|
|
<if test=" null != startdate and null!=enddate"> |
|
|
|
and ci.`create_date` between #{startdate} and #{enddate} |
|
|
|
</if> |
|
|
|
<if test=" null != onickName"> |
|
|
|
<if test=" null != onickName and ''!=onickName"> |
|
|
|
and ou.`nick_name` = #{onickName} |
|
|
|
</if> |
|
|
|
<if test=" null != statusS "> |
|
|
|
|