| | |
| | | |
| | | /** |
| | | * @Desc: 粮食管理信息同步 |
| | | * |
| | | * @author: czt |
| | | * @update-time: 2023/08/14 |
| | | * |
| | | */ |
| | | @Component |
| | | public class Fzzy40SyncService13 implements SyncService13 { |
| | |
| | | |
| | | |
| | | /*-----各省独有接口信息同步-----*/ |
| | | if(StringUtils.isNotEmpty(param.getPushProtocol()) && PushProtocol.SB_GD_2022.equals(param.getPushProtocol())){ |
| | | if (StringUtils.isNotEmpty(param.getPushProtocol()) && PushProtocol.SB_GD_2022.getCode().equals(param.getPushProtocol())) { |
| | | //广东省平台2022版,需要同步熏蒸备案信息 |
| | | //熏蒸备案数据同步 |
| | | fzzySync1023.syncData(param.getDeptId(), param.getStart(), param.getEnd()); |