dev #76

Merged
ysCha merged 2 commits from dev into dev-deploy 2025-06-09 15:44:50 +09:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit bac2dcec0d - Show all commits

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