Commit da092ae8 authored by tianyiming's avatar tianyiming

大屏气瓶使用登记证数量查询修改

parent 8bbd3cc9
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
privilege_company c privilege_company c
where where
a.receive_company_code = c.company_code a.receive_company_code = c.company_code
and a.certificate_status='已登记' and a.certificate_status = '已登记'
and a.equ_list_code='2000' and a.equ_category_code = '2300'
and c.org_code like concat(#{orgCode},'%') and c.org_code like concat(#{orgCode},'%')
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment