|
|
|
|
@ -920,7 +920,8 @@
|
|
|
|
|
FROM tb_ens_sndng_mastr tesm
|
|
|
|
|
JOIN tb_ens_post_plus tepp
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId})
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
LIMIT 1)
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<update id="updatePplusRgistNo" parameterType="kr.xit.biz.ens.model.pplus.PplusDTO$PpStatusResMapping">
|
|
|
|
|
@ -932,8 +933,9 @@
|
|
|
|
|
WHERE sndng_mastr_id = (SELECT tesm.sndng_mastr_id
|
|
|
|
|
FROM tb_ens_sndng_mastr tesm
|
|
|
|
|
JOIN tb_ens_post_plus tepp
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId})
|
|
|
|
|
ON tesm.sndng_mastr_id = tepp.sndng_mastr_id
|
|
|
|
|
WHERE tesm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
|
LIMIT 1)
|
|
|
|
|
AND sn = #{sn}
|
|
|
|
|
</update>
|
|
|
|
|
<!-- =================================================================================== -->
|
|
|
|
|
|