|
|
@@ -258,7 +258,7 @@ |
|
|
<if test=" null != status "> |
|
|
<if test=" null != status "> |
|
|
and ms.`status` = #{status} |
|
|
and ms.`status` = #{status} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != ouPhone "> |
|
|
|
|
|
|
|
|
<if test=" null != ouPhone and '' != ouPhone "> |
|
|
and ou.`phone` = #{ouPhone} |
|
|
and ou.`phone` = #{ouPhone} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != startdate and null!=enddate"> |
|
|
<if test=" null != startdate and null!=enddate"> |
|
|
|