Compare commits

..

No commits in common. "30eb9b6bec8ae4b9fd1eb4e804f907cdfe71f3e1" and "16aded3a951ea2e73b9b71e7317c05402d3117fa" have entirely different histories.

2 changed files with 9 additions and 8 deletions

View File

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

View File

@ -91,11 +91,13 @@
FROM FROM
TWEAKPLACE TWEAKPLACE
WHERE WHERE
PLACE1 = #{_parameter} 1=1
AND PLACE1 = #{_parameter}
ORDER BY WP_NO DESC ORDER BY WP_NO DESC
) add )
limit 1 WHERE
]]> ROWNUM = 1
]]>
</select> </select>
<insert id="insert" parameterType="weakPlaceVO"> <insert id="insert" parameterType="weakPlaceVO">