Compare commits

..

No commits in common. "a903a71e9c9edaa299cb6e9215c64b2f1123f932" and "fc7842aca1fb2a3f21fd897d95bbf83198b827f7" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

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