|
@@ -53,7 +53,7 @@
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- join sys_dict_company e on e.dict_type = 'SALES_TYPE' and e.del = 0
|
|
|
+ join sys_dict_company e on e.dict_type = 'SALES_TYPE' and e.del = 0 and e.dict_code > 100
|
|
|
<if test="adminCompanyIds != null and adminCompanyIds.size > 0">
|
|
|
AND e.company_wechat_id IN
|
|
|
<foreach item="item" index="index" collection="adminCompanyIds" open="(" separator="," close=")">
|