Commit f9182eb7 authored by 刘林's avatar 刘林

fix(cylinder):气瓶区域信息查询

parent af18ffd4
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<select id="getOutOfDateNum" resultType="java.lang.Integer"> <select id="getOutOfDateNum" resultType="java.lang.Integer">
select count(1) from view_cylider_outofdate v where v.app_id in (<include refid="selectAPPIdByRegionCode"/>) select count(1) from view_cylider_outofdate v where v.app_id in (<include refid="selectAPPIdByRegionCode"/>)
and v.next_inspection_date <![CDATA[ > ]]> now() and v.next_inspection_date <![CDATA[ < ]]> now()
</select> </select>
<select id="getMonthInfoTotalUnit" resultType="java.lang.Integer"> <select id="getMonthInfoTotalUnit" resultType="java.lang.Integer">
......
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