Compare commits

..

No commits in common. "8ce007c552d47ab159a9d6d9f0cf8813bc0f3e07" and "846b64833aaea0c2732ec49933a4f2674b762aec" have entirely different histories.

3 changed files with 0 additions and 9 deletions

View File

@ -106,7 +106,4 @@ public class ItemRequest {
@Schema(description = "사용자아이디")
private String userId;
@Schema(description = "아이템 타입 코드")
public String itemTpCd;
}

View File

@ -85,7 +85,4 @@ public class ItemResponse {
@Schema(description = "회로구성도")
private String circuitCfg;
@Schema(description = "아이템 타입 코드")
public String itemTpCd;
}

View File

@ -283,7 +283,6 @@
, PEI.OPEN_FLG
, PEI.ITEM_CHANGE_FLG
, PEI.DISP_CABLE_FLG
, PEI.ITEM_TP_CD
, I.PNOW_W
, CASE WHEN I.POWER_COM_FLG = '1' THEN 'PC_'
WHEN I.ITEM_GROUP = 'PC_' AND I.POWER_COM_FLG = '0' THEN 'STORAGE_BATTERY'
@ -839,7 +838,6 @@
, OPEN_FLG
, ITEM_CHANGE_FLG
, DISP_CABLE_FLG
, ITEM_TP_CD
) VALUES (
#{objectNo}
, #{planNo}
@ -858,7 +856,6 @@
, #{openFlg}
, #{itemChangeFlg}
, #{dispCableFlg}
, #{itemTpCd}
)
</insert>