|
|
|
@ -204,6 +204,9 @@ |
|
|
|
<if test="query.approvalUsername != null and query.approvalUsername != ''"> |
|
|
|
AND dbo.get_plm_Approval_username(a.site, d.workflow_id, d.node_id, a.quotation_batch_no) like #{query.approvalUsername} |
|
|
|
</if> |
|
|
|
<if test="query.createBy2 != null and query.createBy2 != ''"> |
|
|
|
and a.create_by like #{query.createBy2} |
|
|
|
</if> |
|
|
|
order by a.quotation_batch_no desc, a.quotation_item_no |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|