Merge pull request '[1429] TT.DISP_ORDER, TT.ITEM_ID' (#353) from dev into dev-deploy
Reviewed-on: #353
This commit is contained in:
commit
bb6a2968cf
@ -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" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user