Compare commits

..

2 Commits

2 changed files with 8 additions and 9 deletions

View File

@ -166,6 +166,7 @@
BD_SEQ = #{seq}
</update>
<select id="Board.selectPrevBoard" parameterType="boardVO" resultType="boardVO">
SELECT BD_SEQ AS SEQ,
BD_MB_ID AS USERID,

View File

@ -91,12 +91,10 @@
FROM
TWEAKPLACE
WHERE
1=1
AND PLACE1 = #{_parameter}
PLACE1 = #{_parameter}
ORDER BY WP_NO DESC
)
WHERE
ROWNUM = 1
) add
limit 1
]]>
</select>