修改商业合作伙伴推送-各组织独立问题
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user