Compare commits
No commits in common. "01a6139b575d2f19cdf5aae3356b635fb1a655d9" and "1756d74afc06cf2013066bf5d136c33278f6fdb0" have entirely different histories.
01a6139b57
...
1756d74afc
@ -112,7 +112,4 @@ public class ItemRequest {
|
||||
|
||||
@Schema(description = "unit price 아이템 오픈가 여부")
|
||||
private String unitOpenFlg;
|
||||
|
||||
@Schema(description = "Q.CAST 고객 제품 ID")
|
||||
public String qcastCustPrdId;
|
||||
}
|
||||
|
||||
@ -94,7 +94,4 @@ public class ItemResponse {
|
||||
|
||||
@Schema(description = "단위 중량")
|
||||
public String grossWt;
|
||||
|
||||
@Schema(description = "Q.CAST 고객 제품 ID")
|
||||
public String qcastCustPrdId;
|
||||
}
|
||||
|
||||
@ -1051,7 +1051,6 @@
|
||||
, SPECIFICATION
|
||||
, AMOUNT
|
||||
, PC_ITEM_ID
|
||||
, QCAST_CUST_PRD_ID
|
||||
)
|
||||
SELECT
|
||||
#{roofItemNo} AS ROOF_ITEM_NO
|
||||
@ -1064,7 +1063,6 @@
|
||||
, I.PNOW_W
|
||||
, #{amount}
|
||||
, #{pcItemId}
|
||||
, #{qcastCustPrdId}
|
||||
FROM M_ITEM I WITH (NOLOCK)
|
||||
WHERE I.ITEM_ID = #{itemId}
|
||||
</insert>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user