@@ -12,7 +12,7 @@
fbs_workshop_dispatch_list a
left join fbs_working_statistics b on a.id = b.pk_workshop_dispatch_list and b.del_flag='0'
WHERE
- a.del_flag = '0' <!--and a.state ='1'-->
+ a.del_flag = '0' and a.state ='1'
</select>