mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:32:20 +09:00
결합할인수정 기능 보완
This commit is contained in:
@@ -423,7 +423,6 @@
|
||||
SET
|
||||
CHG_ID = #{serviceId}
|
||||
,CHG_DT = NOW()
|
||||
,BIND_DC_YN = #{bindDcYn}
|
||||
<if test="adminId != null and adminId != ''">
|
||||
,SUBSMNGR_ID= #{adminId}
|
||||
</if>
|
||||
@@ -1130,4 +1129,15 @@
|
||||
,now()
|
||||
)
|
||||
</insert>
|
||||
|
||||
|
||||
<update id="updateBindDcYn" parameterType="kr.co.uplus.ez.api.custMgt.dto.SubsDetail">
|
||||
/* custMgt-mapper.xml(updateBindDcYn) */
|
||||
UPDATE hubez_common.EZ_SUBS_INFO
|
||||
SET
|
||||
BIND_DC_YN = #{bindDcYn},
|
||||
CHG_DT = NOW()
|
||||
WHERE
|
||||
ENTR_NO = #{entrNo}
|
||||
</update>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user