Compare commits
No commits in common. "543b58cc6252a36eeca37f139781d072b862fdcf" and "ce87a7664854fd449ae176edc0588360b1d88a84" have entirely different histories.
543b58cc62
...
ce87a76648
@ -197,9 +197,6 @@ public class EstimateResponse {
|
|||||||
@Schema(description = "지역명")
|
@Schema(description = "지역명")
|
||||||
private String areaName;
|
private String areaName;
|
||||||
|
|
||||||
@Schema(description = "계약조건")
|
|
||||||
private String conType;
|
|
||||||
|
|
||||||
@Schema(description = "물건정보 비고")
|
@Schema(description = "물건정보 비고")
|
||||||
private String objectRemarks;
|
private String objectRemarks;
|
||||||
|
|
||||||
|
|||||||
@ -64,7 +64,6 @@
|
|||||||
, B.SALE_STORE_ID AS SAP_SALE_STORE_ID
|
, B.SALE_STORE_ID AS SAP_SALE_STORE_ID
|
||||||
, B.SAP_SALES_STORE_CD
|
, B.SAP_SALES_STORE_CD
|
||||||
, OI.AREA_ID
|
, OI.AREA_ID
|
||||||
, OI.CON_TYPE
|
|
||||||
, ISNULL(OI.COLD_REGION_FLG, '0') AS COLD_REGION_FLG
|
, ISNULL(OI.COLD_REGION_FLG, '0') AS COLD_REGION_FLG
|
||||||
, ISNULL(OI.SALT_AREA_FLG, '0') AS SALT_AREA_FLG
|
, ISNULL(OI.SALT_AREA_FLG, '0') AS SALT_AREA_FLG
|
||||||
, SS.FIRST_AGENT_ID
|
, SS.FIRST_AGENT_ID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user