feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
2 changed files with 5 additions and 2 deletions
Showing only changes of commit bb706a983c - Show all commits

View File

@ -565,7 +565,10 @@ public class EstimateService {
}
// 견적서 정보 수정
estimateRequest.setPriceCd("UNIT_PRICE");
estimateRequest.setPriceCd(
!StringUtils.isEmpty(estimateRequest.getPriceCd())
? estimateRequest.getPriceCd()
: "UNIT_PRICE");
estimateMapper.updateEstimate(estimateRequest);
// 도면 작성일 경우에만 지붕재 데이터 초기화 저장

View File

@ -470,7 +470,7 @@
SELECT
MAX(T.CODE_NM) AS CODE_NM
, STUFF((
SELECT ',' + CODE FROM M_COMM_L T2
SELECT '' + CODE FROM M_COMM_L T2
WHERE T2.HEAD_CD = '202400' AND T.REF_CHR3 = T2.REF_CHR3
FOR XML PATH('')),1,1,''
) AS CODE