diff --git a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingCheckoutServiceImpl.java b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingCheckoutServiceImpl.java index a0a22c0b..6b6893f3 100644 --- a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingCheckoutServiceImpl.java +++ b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingCheckoutServiceImpl.java @@ -95,6 +95,7 @@ public class XhpcClearingCheckoutServiceImpl extends BaseService implements Xhpc }else{ params.put("type", 0); params.put("logOperatorId",sysUserId); + params.put("tenantId", ""); return checkoutMapper.selectByParams(params); } }