|
|
@ -62,6 +62,9 @@ |
|
|
|
<if test="null != organizationName and organizationName != '' "> |
|
|
|
AND so.ORGANIZATION_NAME LIKE CONCAT('%',#{organizationName},'%') |
|
|
|
</if> |
|
|
|
<if test="null != remark and remark != '' "> |
|
|
|
AND so.REMARK LIKE CONCAT('%',#{remark},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != startTime and startTime != '' "> |
|
|
|
AND so.ORGANIZATION_CREATED_TIME <![CDATA[ >= ]]> #{startTime} |
|
|
|
</if> |
|
|
|