[1429] TT.DISP_ORDER, TT.ITEM_ID

This commit is contained in:
ysCha 2026-01-27 17:39:34 +09:00
parent 4398f32e0d
commit 0db45648d2

View File

@ -103,7 +103,7 @@
AND MII.SALT_AFFECTED_FLG = #{saltAffectedFlg} AND MII.SALT_AFFECTED_FLG = #{saltAffectedFlg}
</if> </if>
) TT ) TT
ORDER BY TT.DISP_ORDER ORDER BY TT.DISP_ORDER, TT.ITEM_ID
</select> </select>
<select id="getItemDetail" parameterType="String" resultType="com.interplug.qcast.biz.displayItem.dto.ItemDetailResponse" > <select id="getItemDetail" parameterType="String" resultType="com.interplug.qcast.biz.displayItem.dto.ItemDetailResponse" >