견적서 다운로드 API 파일명 변경
This commit is contained in:
parent
7cd6ae3624
commit
82d79c587a
@ -1243,8 +1243,6 @@ public class EstimateService {
|
||||
if (estimateRequest.getFileName() == null || "".equals(estimateRequest.getFileName())) {
|
||||
estimateRequest.setFileName(
|
||||
estimateResponse.getObjectNo()
|
||||
+ "_"
|
||||
+ estimateResponse.getObjectName()
|
||||
+ "_"
|
||||
+ new SimpleDateFormat("yyyyMMdd").format(new Date()));
|
||||
}
|
||||
|
||||
@ -166,6 +166,8 @@
|
||||
INNER JOIN M_SALES_STORE SS WITH(NOLOCK)
|
||||
ON O.SALE_STORE_ID = SS.SALE_STORE_ID
|
||||
WHERE P.SYNC_FLG = '0'
|
||||
AND O.SOURCE_ORIGIN = 'QCAST_III'
|
||||
AND O.ORG_DEL_FLG = '0'
|
||||
</select>
|
||||
|
||||
<select id="selectEstimateApiDetail" parameterType="com.interplug.qcast.biz.estimate.dto.EstimateRequest" resultType="com.interplug.qcast.biz.estimate.dto.EstimateSendResponse">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user