行政区划编码最大值改为999,农户编码改为字符串型
| | |
| | | * ç¼å· |
| | | */ |
| | | @Schema(description = "åæ·ç¼å·(ç³»ç»èªå¨çæ)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer num; |
| | | public String num ; |
| | | |
| | | /** |
| | | * ææºå· |
| | |
| | | /** |
| | | * è¡æ¿åºç¼å· |
| | | */ |
| | | @Schema(description = "è¡æ¿åºç¼å·", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @Schema(description = "è¡æ¿åºç¼å·(çå¸å¿2ä½ï¼éæ3ä½)", requiredMode = Schema.RequiredMode.REQUIRED) |
| | | @NotEmpty(message = "è¡æ¿åºç¼å·ä¸è½ä¸ºç©º") //ä¸è½ä¸ºç©ºä¹ä¸è½ä¸ºnull |
| | | @Max(message = "è¡æ¿åºç¼å·ä¸å¤§äº99", value = 99) |
| | | @Max(message = "è¡æ¿åºç¼å·ä¸å¤§äº99", value = 999) |
| | | @Min(message = "è¡æ¿åºç¼å·ä¸å°äº0",value = 0) |
| | | public String num; |
| | | |
| | |
| | | <result column="divideId" jdbcType="BIGINT" property="divideId" /> |
| | | <result column="typeId" jdbcType="BIGINT" property="typeId" /> |
| | | <result column="name" jdbcType="VARCHAR" property="name" /> |
| | | <result column="num" jdbcType="INTEGER" property="num" /> |
| | | <result column="num" jdbcType="VARCHAR" property="num" /> |
| | | <result column="phone" jdbcType="VARCHAR" property="phone" /> |
| | | <result column="idCard" jdbcType="VARCHAR" property="idcard" /> |
| | | <result column="area" jdbcType="FLOAT" property="area" /> |
| | |
| | | values (#{id,jdbcType=BIGINT}, #{countyId,jdbcType=BIGINT}, |
| | | #{townId,jdbcType=BIGINT}, #{villageId,jdbcType=BIGINT}, |
| | | #{blockId,jdbcType=BIGINT}, #{divideId,jdbcType=BIGINT}, #{typeId,jdbcType=BIGINT}, |
| | | #{name,jdbcType=VARCHAR}, #{num,jdbcType=INTEGER}, |
| | | #{name,jdbcType=VARCHAR}, #{num,jdbcType=VARCHAR}, |
| | | #{phone,jdbcType=VARCHAR}, #{idcard,jdbcType=VARCHAR}, |
| | | #{area,jdbcType=FLOAT}, #{district,jdbcType=VARCHAR}, |
| | | #{address,jdbcType=VARCHAR},#{remark,jdbcType=VARCHAR}, |
| | |
| | | #{name,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="num != null"> |
| | | #{num,jdbcType=INTEGER}, |
| | | #{num,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="phone != null"> |
| | | #{phone,jdbcType=VARCHAR}, |
| | |
| | | 'name' = #{name,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="num != null"> |
| | | num = #{num,jdbcType=INTEGER}, |
| | | num = #{num,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="phone != null"> |
| | | phone = #{phone,jdbcType=VARCHAR}, |
| | |
| | | blockId = #{blockId,jdbcType=BIGINT}, |
| | | typeId = #{typeId,jdbcType=BIGINT}, |
| | | `name` = #{name,jdbcType=VARCHAR}, |
| | | num = #{num,jdbcType=INTEGER}, |
| | | num = #{num,jdbcType=VARCHAR}, |
| | | phone = #{phone,jdbcType=VARCHAR}, |
| | | idcard = #{idcard,jdbcType=VARCHAR}, |
| | | area = #{area,jdbcType=FLOAT}, |
| | |
| | | import com.dy.common.webUtil.QueryResultVo; |
| | | import com.dy.pipIrrGlobal.daoBa.BaBlockMapper; |
| | | import com.dy.pipIrrGlobal.pojoBa.BaBlock; |
| | | import com.dy.pipIrrGlobal.pojoBa.BaClientType; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.dubbo.common.utils.PojoUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | https://docs.qq.com/desktop |
| | | https://docs.qq.com/desktop |
| | | https://lanhuapp.com/link/#/invite?sid=lX0nqhHU |