|
|
|
@ -249,8 +249,8 @@ UPDATE TB_SGG
|
|
|
|
|
<if test="instCd != null">
|
|
|
|
|
AND D.INST_CD = #{instCd} <!-- 기관 코드 -->
|
|
|
|
|
</if>
|
|
|
|
|
<if test="useYN != null">
|
|
|
|
|
AND D.USE_YN = #{useYN} <!-- 사용 여부 -->
|
|
|
|
|
<if test="useYn != null">
|
|
|
|
|
AND D.USE_YN = #{useYn} <!-- 사용 여부 -->
|
|
|
|
|
</if>
|
|
|
|
|
<include refid="utility.orderBy" />
|
|
|
|
|
<include refid="utility.paging-suffix" />
|
|
|
|
@ -269,8 +269,8 @@ UPDATE TB_SGG
|
|
|
|
|
<if test="instCd != null">
|
|
|
|
|
AND D.INST_CD = #{instCd} <!-- 기관 코드 -->
|
|
|
|
|
</if>
|
|
|
|
|
<if test="useYN != null">
|
|
|
|
|
AND D.USE_YN = #{useYN} <!-- 사용 여부 -->
|
|
|
|
|
<if test="useYn != null">
|
|
|
|
|
AND D.USE_YN = #{useYn} <!-- 사용 여부 -->
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
<include refid="utility.orderBy" />
|
|
|
|
|