Commit e0c0ac03 by guojuxing

商户分页查询列表条数不对,修正.排序参数勇敢$接受,而不是用#

parent 200dc7cf
......@@ -206,7 +206,7 @@
</if>
GROUP BY a.enterprise_id
<if test="orderBy != null and orderBy != '' ">
#{orderBy}
${orderBy}
</if>
</select>
</mapper>
\ No newline at end of file
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