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