Compare commits
No commits in common. "30eb9b6bec8ae4b9fd1eb4e804f907cdfe71f3e1" and "16aded3a951ea2e73b9b71e7317c05402d3117fa" have entirely different histories.
30eb9b6bec
...
16aded3a95
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue