@@ -239,6 +239,8 @@
LEFT JOIN sys_dict_data dict1 ON (a.xingbie = dict1.dict_value AND dict1.dict_type = 'xingbie')
LEFT JOIN sys_dict_data dict2 ON (a.fjlx = dict2.dict_value AND dict2.dict_type = 'fjlx')
WHERE a.del_flag = '0'
+ and dict1.status = '0'
+ and dict2.status = '0'
<if test="query.lineId != null and query.lineId != ''">
AND v.line_id = #{query.lineId}
</if>