feat: Post plus 상태 조회 반영

dev
gitea-관리자 2 years ago
parent 03b7dda280
commit 78e3f4a02c

@ -270,11 +270,4 @@ public class EnsBatchStatusService extends EgovAbstractServiceImpl implements IE
}
}
}
private void processOk(){
}
//-----------------------------------------------------------------------------------------------------------------
}

@ -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>
<!-- =================================================================================== -->

Loading…
Cancel
Save