Commit 7793b3c8 by wangling

20190528---wangling---修改布控对象类

parent 8b3c48fd
......@@ -46,7 +46,7 @@
and t.createtime <![CDATA[<=]]> to_date(#{createtimeEnd},'yyyy-MM-dd')
</if>
<if test="upZjhm != null and upZjhm != ''">
and t.UP_ZJHM = #{upZjhm}
and t.UP_ZJHM = #{up_zjhm}
</if>
<if test="upTimeStart!=null and upTimeStart!=''">
and t.UP_TIME <![CDATA[>=]]> to_date(#{upTimeStart},'yyyy-MM-dd')
......@@ -70,7 +70,7 @@
and t.qubksj <![CDATA[<=]]> to_date(#{qubksjEnd},'yyyy-MM-dd')
</if>
<if test="qxbkrZjhm != null and qxbkrZjhm != ''">
and t.QXBKR_ZJHM = #{qxbkrZjhm}
and t.QXBKR_ZJHM = #{qxbkr_zjhm}
</if>
<if test="sourceflag != null and sourceflag != ''">
and t.sourceflag = #{sourceflag}
......@@ -136,9 +136,9 @@
</where>
order by t.qubksj desc
) t1
where rownum <![CDATA[ <= ]]> #{end }
where rownum <![CDATA[ <= ]]> #{endNum }
) t2
where rn <![CDATA[ > ]]> #{begin }
where rn <![CDATA[ > ]]> #{startNum }
</select>
<select id="selectAjBkxxPageTotalCount" parameterType="com.founder.interservice.bkxx.model.Ajbk" resultType="java.lang.Integer">
SELECT count(0)
......@@ -202,9 +202,9 @@
</where>
order by t2.createdtime desc
) t1
where rownum <![CDATA[ <= ]]> #{end }
where rownum <![CDATA[ <= ]]> #{endNum }
) t3
where rn <![CDATA[ > ]]> #{begin }
where rn <![CDATA[ > ]]> #{startNum }
</select>
<select id="selectBkbzxxPageTotalCount" parameterType="com.founder.interservice.bkxx.model.Bkbzxx" resultType="java.lang.Integer">
SELECT count(0)
......
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