Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV
| | |
| | | private String villageName; |
| | | |
| | | @Schema(title = "片区ID") |
| | | private String blockid; |
| | | private String blockId; |
| | | @Schema(title = "片区名称") |
| | | private String bolckName; |
| | | private String blockName; |
| | | |
| | | @Schema(title = "分水房ID") |
| | | private String divideId; |
| | |
| | | private String phone; |
| | | |
| | | @Schema(title = "身份证号") |
| | | private String idcard; |
| | | private String idCard; |
| | | |
| | | @Schema(title = "种植面积") |
| | | private Double area; |
| | |
| | | address = #{address,jdbcType=VARCHAR}, |
| | | remarks = #{remarks,jdbcType=VARCHAR}, |
| | | `operator` = #{operator,jdbcType=BIGINT}, |
| | | operateDt = #{operatedt,jdbcType=TIMESTAMP}, |
| | | operateDt = #{operatedt,jdbcType=TIMESTAMP} |
| | | <!-- disabled = #{disabled,jdbcType=TINYINT},--> |
| | | <!-- deleted = #{deleted,jdbcType=TINYINT}--> |
| | | where id = #{id,jdbcType=BIGINT} |
| | |
| | | CAST(cli.villageId AS char) AS villageId, |
| | | dis_village.name AS villageName, |
| | | CAST(cli.blockId AS char) AS blockId, |
| | | blo.name AS bolckName, |
| | | blo.name AS blockName, |
| | | CAST(cli.divideId AS char) AS divideId, |
| | | divi.name AS divideName, |
| | | CAST(cli.typeId AS char) AS waterTypeId, |
| | |
| | | @Mapping(target = "name", source = "name") |
| | | @Mapping(target = "clientNum", source = "clientnum") |
| | | @Mapping(target = "phone", source = "phone") |
| | | @Mapping(target = "idcard", source = "idcard") |
| | | @Mapping(target = "idCard", source = "idcard") |
| | | //@Mapping(target = "cardCount", source = "cardCount") |
| | | @Mapping(target = "address", source = "address") |
| | | @Mapping(target = "operateDt", source = "operatedt") |