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