Commit 200dc7cf by guojuxing

商户分页查询列表条数不对,修正

parent 935cd4c1
......@@ -204,9 +204,9 @@
and c.status = #{serviceStatus}
</if>
</if>
GROUP BY a.enterprise_id
<if test="orderBy != null and orderBy != '' ">
#{orderBy}
</if>
GROUP BY a.enterprise_id
</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