| | |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.PushService11; |
| | | import com.fzzy.push.impl.ComPushService11; |
| | | import com.fzzy.push.impl.ComPushService15; |
| | | import com.fzzy.push.impl.ComPushService99; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | private SH2023ApiRemoteService apiRemoteService; |
| | | @Autowired |
| | | private ComPushService11 pushService11; |
| | | |
| | | @Autowired |
| | | private ComPushService15 pushService15; |
| | | @Autowired |
| | | private ComPushService99 pushService99; |
| | | @Override |
| | | public String getProtocol() { |
| | | return PushProtocol.SB_SH_2023.getCode(); |
| | |
| | | //文件信息推送,转移到12大类进行推送 |
| | | |
| | | //财务报表数据推送 |
| | | pushService11.pushData1114(apiRemoteService, param); |
| | | pushService15.pushData1500(apiRemoteService, param); |
| | | //数据相符性 |
| | | pushService99.pushData1115(apiRemoteService, param); |
| | | |
| | | log.info("------->>>>基础信息 接口模块上报结束"); |
| | | } |