|
|
|
@ -935,6 +935,9 @@ |
|
|
|
<if test="query.objectID != null and query.objectID != ''"> |
|
|
|
AND a.ObjectID like '%' + #{query.objectID} +'%' |
|
|
|
</if> |
|
|
|
<if test="query.isReturn != null and query.isReturn != ''"> |
|
|
|
AND a.is_return = #{query.isReturn} |
|
|
|
</if> |
|
|
|
<if test="query.planOperatorName != null and query.planOperatorName != ''"> |
|
|
|
AND a.PlanOperatorName like '%' + #{query.planOperatorName} +'%' |
|
|
|
</if> |
|
|
|
|