浏览代码

[排序][修改][修改排序使用的列]

release_toaliyun_real
luozukai 7 年前
父节点
当前提交
5182f957b5
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      mallinkService/src/main/resources/mapper/WxMerchantBUserMapper.xml

+ 0
- 8
mallinkService/src/main/resources/mapper/WxMerchantBUserMapper.xml 查看文件

@@ -84,14 +84,6 @@
#{idItem}
</foreach>
</if>
<if test="null != sortColumn">
order by ${sortColumn} ${sortOrder}
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns"> order by ${sortColumns} </if>
</if>


</sql>
<select id="findList" parameterType="com.iformall.domain.po.WxMerchantBUser" resultMap="BaseResultMap">


正在加载...
取消
保存