Merge pull request 'dev' (#75) from dev into prd-deploy

Reviewed-on: #75
This commit is contained in:
ysCha 2025-06-09 11:38:59 +09:00
commit cdce06f5a6
2 changed files with 2 additions and 1 deletions

View File

@ -899,6 +899,7 @@ public class EstimateService {
// [4]. 견적서 복사
estimateCopyRequest.setCopyObjectNo(objectRequest.getObjectNo());
estimateCopyRequest.setCopyPlanNo("1");
estimateCopyRequest.setCopyReceiveUser(objectRequest.getReceiveUser()); //담당자
estimateMapper.insertEstimateCopy(estimateCopyRequest);
estimateMapper.insertEstimateInfoCopy(estimateCopyRequest);
estimateMapper.insertCanvasPopupStatusCopy(estimateCopyRequest);

View File

@ -1180,7 +1180,7 @@
, P.SUPPORT_METHOD_ID
, P.MODULE_MODEL
, GETDATE() AS DRAWING_ESTIMATE_CREATE_DATE
, P.CHARGER
, #{copyReceiveUser} AS CHARGER
, P.ESTIMATE_VALIDITY_TERM
, P.DECISION_PLAN
, P.NUMBER