|
|
|
@ -803,6 +803,9 @@ |
|
|
|
<if test="query.planOperatorName != null and query.planOperatorName != ''"> |
|
|
|
AND a.PlanOperatorName like '%' + #{query.planOperatorName} + '%' |
|
|
|
</if> |
|
|
|
<if test="query.actualOperatorName != null and query.actualOperatorName != ''"> |
|
|
|
AND dbo.eam_Get_eamAdminName_TPM(a.Site, a.ActualOperator) like '%' + #{query.actualOperatorName} + '%' |
|
|
|
</if> |
|
|
|
<if test='(query.status == null || query.status == "") and query.functionType == "A" and query.searchType == "checkOrder" '> |
|
|
|
AND a.status != '已取消' |
|
|
|
</if> |
|
|
|
|