|
@@ -188,7 +188,7 @@ public class DsptMngService extends CommonService {
|
188
|
188
|
entity.setDpstAuthYn("Y"); // 입금승인여부
|
189
|
189
|
dsptMngMapper.updateLoanMgntDsptProcInfo4Approve(userId, entity);
|
190
|
190
|
|
191
|
|
- // 정산관리고유번호 처리
|
|
191
|
+ // 정산관리고유번호 존재시 처리
|
192
|
192
|
if (!StringUtil.isEmpty(procEntity.getSttlMgntUnqNo())) {
|
193
|
193
|
// 1. 정산관리기본정보 수납처리
|
194
|
194
|
StlMgntBaseInfoEntity stlEntity = new StlMgntBaseInfoEntity();
|