k94314517
2024-06-28 17fe60cacd5c6f944cb0a5f3da3ae0a90832e3b4
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/third/EmayService.java
@@ -10,6 +10,7 @@
import com.doumee.dao.business.model.InterfaceLog;
import com.doumee.service.business.InterfaceLogService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct;
@@ -27,8 +28,10 @@
      this.client = client;
   }
   @Autowired
   @Lazy
   private InterfaceLogService interfaceLogService  ;
   @Autowired
   @Lazy
   private SystemDictDataBiz  systemDictDataBiz;
   private   void saveInterfaceLog(String path,String name,String req ,String res) {