修改商业合作伙伴推送-各组织独立问题
This commit is contained in:
@@ -301,10 +301,12 @@
|
|||||||
|
|
||||||
<select id="selectListAllOrgs" parameterType="com.mhd.user.domain.userAggregate.repository.todo.UserShipperDO"
|
<select id="selectListAllOrgs" parameterType="com.mhd.user.domain.userAggregate.repository.todo.UserShipperDO"
|
||||||
resultType="com.mhd.user.domain.userAggregate.repository.po.UserShipperPo">
|
resultType="com.mhd.user.domain.userAggregate.repository.po.UserShipperPo">
|
||||||
|
SELECT * FROM (
|
||||||
<include refid="selectShipperVoWithPushLog"/>
|
<include refid="selectShipperVoWithPushLog"/>
|
||||||
<include refid="common_where"></include>
|
<include refid="common_where"></include>
|
||||||
GROUP BY a.user_id
|
GROUP BY a.user_id
|
||||||
ORDER BY a.create_time DESC
|
ORDER BY a.create_time DESC
|
||||||
|
) t
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByUserId" parameterType="java.lang.Long"
|
<select id="selectByUserId" parameterType="java.lang.Long"
|
||||||
|
|||||||
Reference in New Issue
Block a user