yousongbo hace 4 semanas
padre
commit
655807d542

+ 1 - 1
suishenbang-system/src/main/resources/mapper/system/SysUserShopExtMapper.xml

@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <select id="selectSysUserShopExtById" parameterType="String" resultMap="SysUserShopExtResult">
         <include refid="selectSysUserShopExtVo"/>
-        where user_id = #{userId} and delFlag='0'
+        where user_id = #{userId} and del_flag='0'
     </select>
 
     <insert id="insertSysUserShopExt" parameterType="SysUserShopExt">