Commit a52e341fe5a307013db16d8d5d1a5e1d51d63fe9

Authored by lichao
1 parent 44e385f8

调整-11-29-a

trash-unit/src/main/resources/mapper/unit/DropPointInfoMapper.xml
@@ -66,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" @@ -66,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
66 where custodian_phone = #{custodianPhone} 66 where custodian_phone = #{custodianPhone}
67 </select> 67 </select>
68 68
69 - <select id="selectPhoneByDropPointNo" parameterType="String"> 69 + <select id="selectPhoneByDropPointNo" parameterType="String" resultType="java.lang.String">
70 select custodian_phone from drop_point_info where drop_point_no = #{dropPointNo} 70 select custodian_phone from drop_point_info where drop_point_no = #{dropPointNo}
71 </select> 71 </select>
72 72