플랜목록 API에 견적일 추가
This commit is contained in:
parent
f80e95b077
commit
58516b3320
@ -104,6 +104,9 @@ public class PlanResponse {
|
||||
@Schema(description = "다른 지붕재여부")
|
||||
private String diffRoofEnabled;
|
||||
|
||||
@Schema(description = "견적일")
|
||||
private String estimateDate;
|
||||
|
||||
@Schema(description = "발주여부")
|
||||
private String orderFlg;
|
||||
}
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user