| | |
| | | import com.fzzy.api.service.ApiRemoteService; |
| | | import com.fzzy.api.service.PushService11; |
| | | import com.fzzy.api.view.repository.*; |
| | | import com.fzzy.otherview.sh2023.dto.ShApi1311; |
| | | import com.fzzy.otherview.sh2023.dto.ShApi2103; |
| | | import com.fzzy.otherview.sh2023.repository.ShApi1311Rep; |
| | | import com.fzzy.push.impl.ComPushService11; |
| | | import com.fzzy.push.sh2023.dto.SH2023Api1311; |
| | | import com.fzzy.push.sh2023.dto.SH2023Api2103; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.codehaus.jackson.JsonParser; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | List<SH2023Api1311> list = new ArrayList<>(); |
| | | for (ApiInfoData infoData : items) { |
| | | shApi1311 = JSONObject.parseObject(infoData.getData(), SH2023Api1311.class); |
| | | shApi1311.setCzbz(infoData.getCzbz()); |
| | | shApi1311.setZhgxsj(infoData.getUpdateTime()); |
| | | list.add(shApi1311); |
| | | } |