발전시뮬레이션 지역 API 지역코드 추가
This commit is contained in:
parent
b3a21f959c
commit
9e2861f519
@ -8,7 +8,9 @@ import lombok.Setter;
|
|||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
public class PrefResponse {
|
public class PrefResponse {
|
||||||
// 물건정보
|
@Schema(description = "지역ID")
|
||||||
|
private String areaId;
|
||||||
|
|
||||||
@Schema(description = "도도부현ID")
|
@Schema(description = "도도부현ID")
|
||||||
private String prefId;
|
private String prefId;
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,8 @@
|
|||||||
<select id="selectPrefAreaList" parameterType="String" resultType="com.interplug.qcast.biz.object.dto.PrefResponse">
|
<select id="selectPrefAreaList" parameterType="String" resultType="com.interplug.qcast.biz.object.dto.PrefResponse">
|
||||||
/* sqlid : com.interplug.qcast.biz.object.selectPrefAreaList */
|
/* sqlid : com.interplug.qcast.biz.object.selectPrefAreaList */
|
||||||
SELECT
|
SELECT
|
||||||
A.PREF_ID
|
A.AREA_ID
|
||||||
|
, A.PREF_ID
|
||||||
, A.AREA_NAME AS PREF_NAME
|
, A.AREA_NAME AS PREF_NAME
|
||||||
FROM M_PREFECTURE_AREA A WITH (NOLOCK)
|
FROM M_PREFECTURE_AREA A WITH (NOLOCK)
|
||||||
WHERE A.PREF_ID = #{prefId}
|
WHERE A.PREF_ID = #{prefId}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user