| | |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "计划下达时间" ) |
| | | @Column(name = "jhxdsj",nullable = false) |
| | | @Column(name = "jhxdsj") |
| | | private Date jhxdsj; |
| | | |
| | | @PropertyDef(label = "操作标志" ) |
| | |
| | | /** |
| | | * 接口表-资产负债表 |
| | | * |
| | | * @author he |
| | | * @author czt |
| | | */ |
| | | @Data |
| | | @Entity |
| | |
| | | * |
| | | */ |
| | | @Id |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "主键ID" , description = "yyyyMMdd + 4位顺序号") |
| | | @Column(name = "ID_", length = 18) |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "单位代码" ) |
| | | @Column(name = "dwdm", length = 18) |
| | | private String dwdm; |
| | |
| | | /** |
| | | * 接口表-现金流量表 |
| | | * |
| | | * @author he |
| | | * @author czt |
| | | */ |
| | | @Data |
| | | @Entity |
| | |
| | | * |
| | | */ |
| | | @Id |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "主键ID" , description = "yyyyMMdd + 4位顺序号") |
| | | @Column(name = "ID_", length = 18) |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "单位代码" ) |
| | | @Column(name = "dwdm", length = 18) |
| | | private String dwdm; |
| | |
| | | /** |
| | | * 接口表-利润表 |
| | | * |
| | | * @author he |
| | | * @author czt |
| | | */ |
| | | @Data |
| | | @Entity |
| | |
| | | * |
| | | */ |
| | | @Id |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "主键ID" , description = "yyyyMMdd + 4位顺序号") |
| | | @Column(name = "ID_", length = 18) |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "单位代码" ) |
| | | @Column(name = "dwdm", length = 18) |
| | | private String dwdm; |
| | |
| | | <Model> |
| | | <DataType name="dtMain"> |
| | | <Property name="creationType">com.fzzy.api.entity.Api1501</Property> |
| | | <PropertyDef name="id"> |
| | | <Property/> |
| | | <Property name="label">主键ID</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="bizId"> |
| | | <Property/> |
| | | <Property name="label">业务id</Property> |
| | |
| | | <Model> |
| | | <DataType name="dtMain"> |
| | | <Property name="creationType">com.fzzy.api.entity.Api1502</Property> |
| | | <PropertyDef name="id"> |
| | | <Property/> |
| | | <Property name="label">主键ID</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="bizId"> |
| | | <Property/> |
| | | <Property name="label">业务id</Property> |
| | |
| | | <Model> |
| | | <DataType name="dtMain"> |
| | | <Property name="creationType">com.fzzy.api.entity.Api1503</Property> |
| | | <PropertyDef name="id"> |
| | | <Property/> |
| | | <Property name="label">主键ID</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="dwdm"> |
| | | <Property/> |
| | | <Property name="label">单位代码</Property> |
| | |
| | | api1308.setFileStorageId((String) responseDto.getData()); |
| | | return JSON.toJSONString(api1308); |
| | | } else { |
| | | changeObject(data); |
| | | // changeObject(data); |
| | | return JSON.toJSONString(data); |
| | | } |
| | | } |
| | |
| | | @PropertyDef(label = "纬度") |
| | | private Double wd; |
| | | |
| | | @PropertyDef(label = "单位状态") |
| | | private String dwzt; |
| | | |
| | | @PropertyDef(label = "备案类型") |
| | | private String balx; |
| | | |
| | |
| | | reqData.setData(ShRSAUtils.encryptByPubKey(jsonData, conf.getPublicKey())); |
| | | //摘要,数据主体的MD5值 |
| | | reqData.setDigst(MyMD5Util.encrypt(jsonData)); |
| | | |
| | | log.info("上报数据信息=" + JSON.toJSONString(reqData)); |
| | | SH2023RespDto responseDto = SH2023HttpClientUtil.postPushData(conf.getApiUrl() + inteId, JSON.toJSONString(reqData), conf); |
| | | |
| | | apiLog.setStatus(responseDto.getCode() == 200 ? 0 : responseDto.getCode()); |