|
|
@@ -2630,6 +2630,12 @@
|
|
|
<if test="vo.quotationStatus != null and vo.quotationStatus != ''">
|
|
|
and iac.orderstatus =#{vo.quotationStatus}
|
|
|
</if>
|
|
|
+
|
|
|
+
|
|
|
+ <if test="vo.dockingPerson != null and vo.dockingPerson != ''">
|
|
|
+ and agree.docking_person =#{vo.dockingPerson}
|
|
|
+ </if>
|
|
|
+
|
|
|
<if test="vo.deptIds != null and vo.deptIds != '' and vo.deptIds.size() > 0">
|
|
|
AND io.deptid in
|
|
|
<foreach collection="vo.deptIds" item="item" open="(" separator="," close=")">
|