Commit 511540d4 by 田超

Merge branch 'fixbug/1027796' into 'master'

bug: [1027796] 企业微信群去重

See merge request rays/pcloud-book!1168
parents 29e1ec80 7feb5d66
...@@ -92,6 +92,8 @@ ...@@ -92,6 +92,8 @@
<if test="wxworkQrcodeType != null"> <if test="wxworkQrcodeType != null">
and wxwork_qrcode_type = #{wxworkQrcodeType} and wxwork_qrcode_type = #{wxworkQrcodeType}
</if> </if>
GROUP BY
wxwork_qrcode_type, wxwork_qrcode_id
order by wxwork_qrcode_type asc, create_time desc order by wxwork_qrcode_type asc, create_time desc
</select> </select>
......
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