Commit 19d05be6 by niewei

增加lidmapper删除 group by

parent 0e744d2d
...@@ -919,7 +919,6 @@ ...@@ -919,7 +919,6 @@
<if test="seagodcod != null and seagodcod != '' "> <if test="seagodcod != null and seagodcod != '' ">
AND lid.stagod = #{seagodcod} AND lid.stagod = #{seagodcod}
</if> </if>
group by lid.ownref
<if test='column != null and column!="" '> <if test='column != null and column!="" '>
order by ${column} ${order} order by ${column} ${order}
</if> </if>
......
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