浏览代码

修改bug

yousongbo 4 周之前
父节点
当前提交
655807d542
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      suishenbang-system/src/main/resources/mapper/system/SysUserShopExtMapper.xml

+ 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">