Commit b8a6a136 authored by suhuiguang's avatar suhuiguang

1.修改登记打印模板

parent 39ff9f72
...@@ -53,6 +53,7 @@ import lombok.extern.slf4j.Slf4j; ...@@ -53,6 +53,7 @@ import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.core.io.ClassPathResource; import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource; import org.springframework.core.io.Resource;
import org.springframework.http.MediaType; import org.springframework.http.MediaType;
...@@ -181,6 +182,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -181,6 +182,7 @@ public class CommonServiceImpl implements ICommonService {
JgUseRegistrationServiceImpl jgUseRegistrationServiceImpl; JgUseRegistrationServiceImpl jgUseRegistrationServiceImpl;
@Autowired @Autowired
@Lazy
JgEquipTransferServiceImpl jgEquipTransferServiceImpl; JgEquipTransferServiceImpl jgEquipTransferServiceImpl;
@Autowired @Autowired
......
...@@ -26,6 +26,7 @@ import com.yeejoin.amos.feign.workflow.model.*; ...@@ -26,6 +26,7 @@ import com.yeejoin.amos.feign.workflow.model.*;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.ObjectUtils; import org.apache.commons.lang3.ObjectUtils;
import org.springframework.context.annotation.Lazy;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
import org.springframework.beans.BeanUtils; import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
...@@ -58,11 +59,13 @@ public class JgEquipTransferServiceImpl extends BaseService<JgEquipTransferDto, ...@@ -58,11 +59,13 @@ public class JgEquipTransferServiceImpl extends BaseService<JgEquipTransferDto,
private final JgEquipTransferEqMapper jgEquipTransferEqMapper; private final JgEquipTransferEqMapper jgEquipTransferEqMapper;
private final RedisUtils redisUtils; private final RedisUtils redisUtils;
private final TzsServiceFeignClient tzsServiceFeignClient; private final TzsServiceFeignClient tzsServiceFeignClient;
private final CommonServiceImpl commonService;
private final CmWorkflowServiceImpl cmWorkflowService; private final CmWorkflowServiceImpl cmWorkflowService;
private final IJgInstallationNoticeService jrmInstallationNoticeService; private final IJgInstallationNoticeService jrmInstallationNoticeService;
private final IIdxBizJgRegisterInfoService idxBizJgRegisterInfoService; private final IIdxBizJgRegisterInfoService idxBizJgRegisterInfoService;
@Lazy
private final CommonServiceImpl commonService;
/** /**
* 保存和保存并提交 * 保存和保存并提交
* *
......
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