Merge Q-CAST-III-MR-156: 플랜목록 API에 견적일 추가

This commit is contained in:
Jungpyo Lee 2024-10-24 07:01:40 +00:00 committed by Space Cloud
commit acf6640f89
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749
2 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,9 @@ public class PlanResponse {
@Schema(description = "다른 지붕재여부")
private String diffRoofEnabled;
@Schema(description = "견적일")
private String estimateDate;
@Schema(description = "발주여부")
private String orderFlg;
}

View File

@ -318,6 +318,7 @@
, T.SUPPORT_MEAKER_MULTI
, T.DIFF_ROOF_ENABLED
, T.ORDER_FLG
, T.ESTIMATE_DATE
FROM T_PLAN T WITH (NOLOCK)
WHERE T.OBJECT_NO = #{objectNo}
AND T.DEL_FLG = '0'