|
|
|
@@ -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"> |
|
|
|
|