Compare commits

..

No commits in common. "cdce06f5a6ca487c81554d1fa16a84091019fa85" and "a344b1e88ccbd546a27844cfb42b3a2ccd8a285c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -899,7 +899,6 @@ 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
, #{copyReceiveUser} AS CHARGER
, P.CHARGER
, P.ESTIMATE_VALIDITY_TERM
, P.DECISION_PLAN
, P.NUMBER