|
|
@@ -39,6 +39,10 @@
|
|
|
and t2.approved_progress = #{approvedProgress}
|
|
|
</if>
|
|
|
|
|
|
+ <if test="saleId != null and saleId != ''">
|
|
|
+ and t2.sale_id = #{saleId}
|
|
|
+ </if>
|
|
|
+
|
|
|
<if test="companySubjectIds != null and companySubjectIds.size() > 0">
|
|
|
and (t2.company_subject_id in
|
|
|
<foreach item="item" index="index" collection="companySubjectIds" open="(" separator="," close=")">
|