|
@@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectCreditUser" parameterType="CreditUser" resultMap="CreditUserResult">
|
|
<select id="selectCreditUser" parameterType="CreditUser" resultMap="CreditUserResult">
|
|
- select id,user_name,credit_score,credit_level from credit_user
|
|
|
|
|
|
+ select id,user_name,credit_score,credit_level,phone_num from credit_user
|
|
<where>
|
|
<where>
|
|
<if test="idCard != null and idCard != ''"> and id_card = #{idCard}</if>
|
|
<if test="idCard != null and idCard != ''"> and id_card = #{idCard}</if>
|
|
<if test="phoneNum != null and phoneNum != ''"> and phone_num = #{phoneNum}</if>
|
|
<if test="phoneNum != null and phoneNum != ''"> and phone_num = #{phoneNum}</if>
|