월간계획 결제 오류 수정.
parent
dc05119c50
commit
bdc9bd7a9a
|
|
@ -101,7 +101,7 @@ public class PlanService extends BaseService { // 월간계획
|
||||||
userAlarmService.sendAlarmToWrtUser(savedPlan.getPlanKey(), savedPlan.getWrtUserSeq(), 29, savedPlan.getContentTitle()+" 문서가 승인되었습니다.");
|
userAlarmService.sendAlarmToWrtUser(savedPlan.getPlanKey(), savedPlan.getWrtUserSeq(), 29, savedPlan.getContentTitle()+" 문서가 승인되었습니다.");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return apprv.getApprvSeq();
|
return apprv.getPlanKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
private Integer savePlanMainInfos(Integer planKey, Integer planSeq, String infoType, List<String> infoList){
|
private Integer savePlanMainInfos(Integer planKey, Integer planSeq, String infoType, List<String> infoList){
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,8 @@
|
||||||
</th:block>
|
</th:block>
|
||||||
</th:block>
|
</th:block>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12" th:if="${apprvAuth ne null}">
|
<div class="col-12" th:if="${(apprvAuth eq 'APC003' or apprvAuth eq 'APC004') and plan.planState eq 'DST002'
|
||||||
|
or (apprvAuth eq 'APC001' or apprvAuth eq 'APC002') and plan.planState eq 'DST004'}">
|
||||||
<form action="#" method="post" id="apprvForm">
|
<form action="#" method="post" id="apprvForm">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-10">
|
<div class="col-10">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue