wuzeyu
2024-05-15 2938172b377e5ed7a55e5dde4a218244445e8a6e
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSe/SeClientMapper.java
@@ -11,8 +11,8 @@
/**
 * @author ZhuBaoMin
 * @date 2023/12/22 9:50
 * @LastEditTime 2023/12/22 9:50
 * @date 2023-12-26 10:32
 * @LastEditTime 2023-12-26 10:32
 * @Description
 */
@@ -43,6 +43,13 @@
     * @return 5级行政区划代码
     */
    Long getAreaCodeByNum(@Param("clientNum") String clientNum);
    /**
     * 根据农户编号获取5级行政区划串areaCode,补卡过程中开新卡使用
     * @param clientId
     * @return
     */
    Long getAreaCodeById(@Param("clientId") Long clientId);
    /**
     * 根据农户编号获取农户ID
@@ -78,4 +85,17 @@
     * @return 村主键
     */
    Long getVillageIdById(@Param("id") Long id);
    /**
     * 获取虚拟卡号最大值
     * @return
     */
    Long getMa1xVirtualId();
    /**
     * 获取用水方式列表
     * @return
     */
    List<Map<String, Object>> getWaterTypes();
}