|
@ -11,15 +11,15 @@ |
|
|
<result property="createDate" column="create_date"/> |
|
|
<result property="createDate" column="create_date"/> |
|
|
</resultMap> |
|
|
</resultMap> |
|
|
<update id="updateByUserId" parameterType="com.elink.esua.epdc.entity.SysPropertyUserEntity"> |
|
|
<update id="updateByUserId" parameterType="com.elink.esua.epdc.entity.SysPropertyUserEntity"> |
|
|
update yushan_esua_epdc_admin.sys_property_user |
|
|
update sys_property_user |
|
|
set project_id = #{projectId} |
|
|
set project_id = #{projectId} |
|
|
where user_id = #{userId} |
|
|
where user_id = #{userId} |
|
|
</update> |
|
|
</update> |
|
|
<select id="selectByUserId" resultType="String"> |
|
|
<select id="selectByUserId" resultType="String"> |
|
|
select |
|
|
select |
|
|
project_id |
|
|
project_id |
|
|
from yushan_esua_epdc_admin.sys_property_user |
|
|
from sys_property_user |
|
|
where user_id = #{userId} |
|
|
where user_id = #{userId} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
</mapper> |
|
|
</mapper> |
|
|