|
|
@@ -359,6 +359,9 @@
|
|
|
<if test="isExternal !=null and isExternal != ''">
|
|
|
AND pa.is_external =#{isExternal}
|
|
|
</if>
|
|
|
+ <if test="addType !=null and addType !=''">
|
|
|
+ AND a.add_type =#{addType}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
ORDER BY a.create_time desc
|
|
|
|
|
|
@@ -1190,6 +1193,9 @@
|
|
|
<if test="day !=null and day !=''">
|
|
|
AND day(a.signdate) =#{day}
|
|
|
</if>
|
|
|
+ <if test="addType !=null and addType !=''">
|
|
|
+ AND a.add_type =#{addType}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
GROUP BY a.partner_companies_id,pa.insurance_company_id,pa.docking_person
|
|
|
</select>
|