|
@@ -23,6 +23,7 @@ import com.zjrs.ggfw.rlzysc.utils.RlzyscUtils;
|
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.BeanUtils;
|
|
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.http.ResponseEntity;
|
|
import org.springframework.http.ResponseEntity;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
@@ -44,7 +45,7 @@ public class GrqzBLOimpl extends BLOImpl implements GrqzBLO {
|
|
|
private static final Logger LOG = LoggerFactory.getLogger(GrqzBLOimpl.class);
|
|
private static final Logger LOG = LoggerFactory.getLogger(GrqzBLOimpl.class);
|
|
|
@Resource
|
|
@Resource
|
|
|
GwxxMapper gwxxMapper;
|
|
GwxxMapper gwxxMapper;
|
|
|
- @Resource
|
|
|
|
|
|
|
+ @Autowired(required = false)
|
|
|
WjfwFeignClientBPO wjfwFeignClientBPO;
|
|
WjfwFeignClientBPO wjfwFeignClientBPO;
|
|
|
@Resource
|
|
@Resource
|
|
|
GrqzJlxxMapper grqzJlxxMapper;
|
|
GrqzJlxxMapper grqzJlxxMapper;
|
|
@@ -95,7 +96,7 @@ public class GrqzBLOimpl extends BLOImpl implements GrqzBLO {
|
|
|
@Resource
|
|
@Resource
|
|
|
JlglMapper jlglMapper;
|
|
JlglMapper jlglMapper;
|
|
|
|
|
|
|
|
- @Resource
|
|
|
|
|
|
|
+ @Autowired(required = false)
|
|
|
private JbxxglFeignClientBPO jbxxglFeignClientBPO;
|
|
private JbxxglFeignClientBPO jbxxglFeignClientBPO;
|
|
|
|
|
|
|
|
@Resource
|
|
@Resource
|