修改商业合作伙伴推送-各组织独立问题

This commit is contained in:
zhaoqing
2026-06-11 21:10:48 +08:00
parent 9d9a85dae0
commit e63ef0996f
@@ -301,10 +301,12 @@
<select id="selectListAllOrgs" parameterType="com.mhd.user.domain.userAggregate.repository.todo.UserShipperDO"
resultType="com.mhd.user.domain.userAggregate.repository.po.UserShipperPo">
<include refid="selectShipperVoWithPushLog"/>
<include refid="common_where"></include>
GROUP BY a.user_id
ORDER BY a.create_time DESC
SELECT * FROM (
<include refid="selectShipperVoWithPushLog"/>
<include refid="common_where"></include>
GROUP BY a.user_id
ORDER BY a.create_time DESC
) t
</select>
<select id="selectByUserId" parameterType="java.lang.Long"