견적서 다운로드 API 파일명 변경

This commit is contained in:
LAPTOP-L3VE7KK2\USER 2025-02-05 16:46:51 +09:00
parent 7cd6ae3624
commit 82d79c587a
2 changed files with 5 additions and 5 deletions

View File

@ -1243,8 +1243,6 @@ public class EstimateService {
if (estimateRequest.getFileName() == null || "".equals(estimateRequest.getFileName())) { if (estimateRequest.getFileName() == null || "".equals(estimateRequest.getFileName())) {
estimateRequest.setFileName( estimateRequest.setFileName(
estimateResponse.getObjectNo() estimateResponse.getObjectNo()
+ "_"
+ estimateResponse.getObjectName()
+ "_" + "_"
+ new SimpleDateFormat("yyyyMMdd").format(new Date())); + new SimpleDateFormat("yyyyMMdd").format(new Date()));
} }

View File

@ -166,6 +166,8 @@
INNER JOIN M_SALES_STORE SS WITH(NOLOCK) INNER JOIN M_SALES_STORE SS WITH(NOLOCK)
ON O.SALE_STORE_ID = SS.SALE_STORE_ID ON O.SALE_STORE_ID = SS.SALE_STORE_ID
WHERE P.SYNC_FLG = '0' WHERE P.SYNC_FLG = '0'
AND O.SOURCE_ORIGIN = 'QCAST_III'
AND O.ORG_DEL_FLG = '0'
</select> </select>
<select id="selectEstimateApiDetail" parameterType="com.interplug.qcast.biz.estimate.dto.EstimateRequest" resultType="com.interplug.qcast.biz.estimate.dto.EstimateSendResponse"> <select id="selectEstimateApiDetail" parameterType="com.interplug.qcast.biz.estimate.dto.EstimateRequest" resultType="com.interplug.qcast.biz.estimate.dto.EstimateSendResponse">