Commit a52e341fe5a307013db16d8d5d1a5e1d51d63fe9
1 parent
44e385f8
调整-11-29-a
Showing
1 changed file
with
1 additions
and
1 deletions
trash-unit/src/main/resources/mapper/unit/DropPointInfoMapper.xml
| ... | ... | @@ -66,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
| 66 | 66 | where custodian_phone = #{custodianPhone} |
| 67 | 67 | </select> |
| 68 | 68 | |
| 69 | - <select id="selectPhoneByDropPointNo" parameterType="String"> | |
| 69 | + <select id="selectPhoneByDropPointNo" parameterType="String" resultType="java.lang.String"> | |
| 70 | 70 | select custodian_phone from drop_point_info where drop_point_no = #{dropPointNo} |
| 71 | 71 | </select> |
| 72 | 72 | ... | ... |