|
|
@ -193,7 +193,7 @@
|
|
|
|
, sndng_process_sttus as sndngProcessSttus
|
|
|
|
, sndng_process_sttus as sndngProcessSttus
|
|
|
|
FROM tb_cntc_sndng_mastr
|
|
|
|
FROM tb_cntc_sndng_mastr
|
|
|
|
WHERE unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
WHERE unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
AND sndng_process_sttus = 'accept'
|
|
|
|
AND sndng_process_sttus in ('accept', 'accept-fail')
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertCntcMst">
|
|
|
|
<insert id="insertCntcMst">
|
|
|
@ -227,7 +227,7 @@
|
|
|
|
tcsm.register
|
|
|
|
tcsm.register
|
|
|
|
from tb_cntc_sndng_mastr tcsm
|
|
|
|
from tb_cntc_sndng_mastr tcsm
|
|
|
|
WHERE tcsm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
WHERE tcsm.unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
AND tcsm.sndng_process_sttus = 'accept'
|
|
|
|
AND tcsm.sndng_process_sttus in ('accept', 'accept-fail')
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertCntcDetail">
|
|
|
|
<insert id="insertCntcDetail">
|
|
|
@ -283,7 +283,7 @@
|
|
|
|
<delete id="deleteCntcMst">
|
|
|
|
<delete id="deleteCntcMst">
|
|
|
|
DELETE FROM tb_cntc_sndng_mastr
|
|
|
|
DELETE FROM tb_cntc_sndng_mastr
|
|
|
|
WHERE unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
WHERE unity_sndng_mastr_id = #{unitySndngMastrId}
|
|
|
|
AND sndng_process_sttus = 'accept'
|
|
|
|
AND sndng_process_sttus in ('accept', 'accept-fail')
|
|
|
|
</delete>
|
|
|
|
</delete>
|
|
|
|
|
|
|
|
|
|
|
|
<delete id="deleteCntcDetail">
|
|
|
|
<delete id="deleteCntcDetail">
|
|
|
|