| | |
| | | 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 lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | private NX2024ApiRemoteService apiRemoteService; |
| | | @Autowired |
| | | private ComPushService11 pushService11; |
| | | @Autowired |
| | | private ComPushService15 pushService15; |
| | | |
| | | @Override |
| | | public String getProtocol() { |
| | |
| | | pushService11.pushData1113(apiRemoteService, param); |
| | | |
| | | //2441-财务报表数据推送 |
| | | pushService11.pushData1114(apiRemoteService, param); |
| | | pushService15.pushData1500(apiRemoteService, param); |
| | | |
| | | log.info("------->>>>宁夏省平台2024版接口,基础信息,上报结束"); |
| | | } |