|
@@ -65,12 +65,18 @@ public class CwProjectReportSignatureCallBackController {
|
|
|
|
|
|
private static final String ALIYUNURL = "http://oss.gangwaninfo.com";
|
|
|
|
|
|
- private CwProjectReportService cwProjectReportService = SpringContextHolder.getBean(CwProjectReportService.class);
|
|
|
- private OSSClientService ossClientService = SpringContextHolder.getBean(OSSClientService.class);
|
|
|
- private OssServiceMapper ossServiceMapper = SpringContextHolder.getBean(OssServiceMapper.class);
|
|
|
- private CwProjectReportSignatureMapper cwProjectReportSignatureMapper = SpringContextHolder.getBean(CwProjectReportSignatureMapper.class);
|
|
|
- private ProjectReportWorkAttachmentMapper attachmentMapper = SpringContextHolder.getBean(ProjectReportWorkAttachmentMapper.class);
|
|
|
- private CwProjectReportMapper reportMapper = SpringContextHolder.getBean(CwProjectReportMapper.class);
|
|
|
+ @Autowired
|
|
|
+ private CwProjectReportService cwProjectReportService;
|
|
|
+ @Autowired
|
|
|
+ private OSSClientService ossClientService;
|
|
|
+ @Autowired
|
|
|
+ private OssServiceMapper ossServiceMapper;
|
|
|
+ @Autowired
|
|
|
+ private CwProjectReportSignatureMapper cwProjectReportSignatureMapper;
|
|
|
+ @Autowired
|
|
|
+ private ProjectReportWorkAttachmentMapper attachmentMapper;
|
|
|
+ @Autowired
|
|
|
+ private CwProjectReportMapper reportMapper;
|
|
|
|
|
|
private static final String HTTPTOP = Global.getConfig("signature_http_top");
|
|
|
|