修改设计师和设计组接口
This commit is contained in:
@@ -27,6 +27,17 @@
|
||||
<result column="design_submit_time" jdbcType="TIMESTAMP" property="designSubmitTime" />
|
||||
<result column="quotation_submit_time" jdbcType="TIMESTAMP" property="quotationSubmitTime" />
|
||||
</resultMap>
|
||||
<update id="updateDesignLeaderIdAndDesignUserIdInteger">
|
||||
update xfsg_decoration_design_info
|
||||
set design_leader_id = #{designLeaderId},
|
||||
design_user_id = null
|
||||
where shop_id = #{shopId}
|
||||
</update>
|
||||
<update id="updateDesignUserId">
|
||||
update xfsg_decoration_design_info
|
||||
set design_user_id = #{designUserId}
|
||||
where shop_id = #{shopId}
|
||||
</update>
|
||||
|
||||
<select id="selectByShopId" resultMap="BaseResultMap">
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user