| | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "整改时限" ) |
| | | @Column(name = "zgsx", length = 10) |
| | | private String zgsx; |
| | | private Date zgsx; |
| | | |
| | | @PropertyDef(label = "责任单位" ) |
| | | @Column(name = "zrdw", length = 128, nullable = false) |
| | |
| | | <PropertyDef name="zgsx"> |
| | | <Property></Property> |
| | | <Property name="label">整改时限</Property> |
| | | <Property name="dataType">DateTime</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="zrdw"> |
| | | <Property></Property> |
| | |
| | | @Query("update Api1202 set czbz =:czbz where rkywdh=:rkywdh") |
| | | int updateStatus(@Param("rkywdh") String rkywdh, @Param("czbz") String czbz); |
| | | |
| | | @Query("from Api1202 where rkywdh=:hwdm ") |
| | | @Query("from Api1202 where hwdm=:hwdm ") |
| | | List<Api1202> getDataByHwdm(@Param("hwdm") String hwdm); |
| | | |
| | | @Query("from Api1202 where rkywdh=:rkywdh ") |
| | |
| | | // fzzySync1212.syncData(kqdm, deptId, start, end); |
| | | |
| | | //合同同步 |
| | | fzzySync1201.syncData(kqdm, deptId, start, end); |
| | | // fzzySync1201.syncData(kqdm, deptId, start, end); |
| | | // |
| | | // //粮食入库同步 |
| | | // fzzySync1202.syncData(kqdm, deptId, start, end); |
| | |
| | | // fzzySync1203.syncData(kqdm, deptId, start, end); |
| | | // |
| | | // //粮食入库结算同步 |
| | | // fzzySync1204.syncData(kqdm, deptId, start, end); |
| | | fzzySync1204.syncData(kqdm, deptId, start, end); |
| | | // |
| | | // //粮食出库同步 |
| | | // fzzySync1205.syncData(kqdm, deptId, start, end); |
| | |
| | | |
| | | //TODO 货位代码 粮食性质代码 来粮代码 |
| | | |
| | | |
| | | api1211.setBjw(ShAreaBjw.getBjw(code)); |
| | | list.add(api1211); |
| | | } |
| | |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "整改时限") |
| | | private String zgsx; |
| | | private Date zgsx; |
| | | |
| | | @PropertyDef(label = "责任单位") |
| | | private String zrdw; |
| | |
| | | private String jchcff; |
| | | |
| | | @PropertyDef(label = "发生部位") |
| | | private String fsbw; |
| | | @JSONField(serialize = true) |
| | | private String fsbw = "无"; |
| | | |
| | | @PropertyDef(label = "害虫种类") |
| | | @JSONField(serialize = true) |
| | | private String hczl; |
| | | |
| | | @PropertyDef(label = "虫口密度值集合") |
| | |
| | | private String cldjpd; |
| | | |
| | | @PropertyDef(label = "害虫抗药性分析") |
| | | private String hckyxfx; |
| | | private String hckyxfx= "无"; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |