fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml
@@ -278,7 +278,16 @@ where wx_union_id=#{unionId} AND state = 0 LIMIT 1 </select> <select id="getEffectiveUserInfoByWXOpenId" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from yeshi_ec_user where wx_open_id=#{wxOpenId} AND state = 0 LIMIT 1 </select> <select id="getMaxUid" resultType="java.lang.Long">select max(id) from yeshi_ec_user </select>