Commit 8db66164 by yangyang

代码同步提交(标准)

parent 330c1353
......@@ -47,7 +47,9 @@
FROM tb_st_asj T left join tb_st_asj_asjbz asjbz on T.asjbh = asjbz.asjbh
WHERE 1=1
<include refid="queryWhereByReceiving"/>
limit #{page},#{pageSize}
<if test="pageSize!=0">
limit #{page},#{pageSize}
</if>
</select>
<select id="selectAsjxxByReceivingListCount" parameterType="com.founder.commonutils.model.vo.param.TbStAsjParm" resultType="java.lang.Integer">
SELECT
......
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