|
@@ -121,7 +121,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectMaxExtNum" resultType="java.lang.Long">
|
|
<select id="selectMaxExtNum" resultType="java.lang.Long">
|
|
|
select max(ext_num) from cc_ext_num
|
|
select max(ext_num) from cc_ext_num
|
|
|
</select>
|
|
</select>
|
|
|
- <select id="selectCcExtNumByUserCodeTwo" resultType="com.ruoyi.cc.domain.CcExtNum">
|
|
|
|
|
|
|
+ <select id="selectCcExtNumByUserCodeTwo" resultMap="CcExtNumResult">
|
|
|
select * from cc_ext_num where user_code = #{username} limit 1
|
|
select * from cc_ext_num where user_code = #{username} limit 1
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|