Commit f69c46fd by wuwenlong

login out bugfix;

parent 6b903495
......@@ -5,14 +5,12 @@ import cn.hutool.core.util.StrUtil;
import cn.hutool.crypto.SecureUtil;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.dynamic.datasource.annotation.DSTransactional;
import com.zbkj.common.vo.AttachVo;
import com.zbkj.common.vo.CallbackVo;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.support.TransactionTemplate;
import share.common.config.WeChatConfig;
import share.common.constant.Constants;
import share.common.core.redis.RedisUtil;
......@@ -24,6 +22,7 @@ import share.common.utils.DateUtils;
import share.system.domain.SConsumer;
import share.system.domain.SOrder;
import share.system.domain.WechatPayInfo;
import share.system.domain.vo.AttachVo;
import share.system.domain.vo.MyRecord;
import share.system.service.ISOrderService;
import share.system.service.ISysConfigService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment