|
@@ -83,7 +83,7 @@ public class MdeVisitsServiceImpl implements MdeVisitsService {
|
|
|
@DSTransactional // 单机+多数据源方案,使用 @DSTransactional 保证本地事务,以及数据源的切换
|
|
|
public void create(MdeVisitsSendMessage reqVO) {
|
|
|
|
|
|
- Long userId = LoginUserContext.getUserId();
|
|
|
+ Long userId = LoginUserContext.getUserId2();
|
|
|
|
|
|
MdeVisitsDO visitsDO = mdeVisitsMapper.
|
|
|
getMdeVisitsByUserIdAndTypeAndBizIdAndDate(userId, reqVO.getType(), reqVO.getBizId(), reqVO.getDate());
|