k94314517
2023-11-03 93c42cfcfe12125c463563f191d6ade421ba9db5
server/services/src/main/java/com/doumee/service/business/impl/ActionLogServiceImpl.java
@@ -1,5 +1,6 @@
package com.doumee.service.business.impl;
import cn.binarywang.wx.miniapp.api.WxMaService;
import com.alibaba.fastjson.JSONObject;
import com.doumee.core.constants.Constants;
import com.doumee.core.model.PageData;
@@ -40,6 +41,9 @@
    @Autowired
    private ActionLogJoinMapper actionLogJoinMapper;
    @Override
    public String create(ActionLog actionLog) {
        actionLogMapper.insert(actionLog);