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);