wuzeyu
2024-07-04 04a3aa29899d113b8ed8dabf674b054e2b0e8c31
pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeClientMapper.xml
@@ -431,7 +431,7 @@
  <!--获取用水方式列表-->
  <select id="getWaterTypes" resultType="java.util.Map">
    SELECT id, typeName from se_water_type
    SELECT CAST(se_water_type.id AS char) AS id, typeName from se_water_type
  </select>
  <!--获取农户基本信息,小程序首页使用-->