dev #358

Merged
ysCha merged 15 commits from dev into prd-deploy 2026-02-02 18:25:52 +09:00
Showing only changes of commit a52842776d - Show all commits

View File

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