Commit 7feb5d66 by 朱亚洁

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

parent 3c9d55d2
...@@ -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