Commit b1f03280 authored by wanghao's avatar wanghao

1 气量监管-停气监管 查询排序

parent 30aa0d6a
...@@ -67,6 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -67,6 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fGovUploadStatus != null and fGovUploadStatus != ''"> and sup.f_gov_upload_status = #{fGovUploadStatus}</if> <if test="fGovUploadStatus != null and fGovUploadStatus != ''"> and sup.f_gov_upload_status = #{fGovUploadStatus}</if>
<if test="fGovUploadTime != null "> and sup.f_gov_upload_time = #{fGovUploadTime}</if> <if test="fGovUploadTime != null "> and sup.f_gov_upload_time = #{fGovUploadTime}</if>
</where> </where>
order by create_time desc
</select> </select>
<!--查询统计信息--> <!--查询统计信息-->
......
...@@ -68,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -68,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="fGovUploadStatus != null and fGovUploadStatus != ''"> and st.f_gov_upload_status = #{fGovUploadStatus}</if> <if test="fGovUploadStatus != null and fGovUploadStatus != ''"> and st.f_gov_upload_status = #{fGovUploadStatus}</if>
<if test="fGovUploadTime != null "> and st.f_gov_upload_time = #{fGovUploadTime}</if> <if test="fGovUploadTime != null "> and st.f_gov_upload_time = #{fGovUploadTime}</if>
</where> </where>
order by st.create_time desc
</select> </select>
<select id="selectTSupBalStopSupById" parameterType="Long" resultMap="TSupBalStopSupResult"> <select id="selectTSupBalStopSupById" parameterType="Long" resultMap="TSupBalStopSupResult">
......
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