1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

temp 2023/5/3

This commit is contained in:
GGB
2023-05-03 15:38:49 +08:00
parent 9b33b1061d
commit 41b6c77509
15 changed files with 187 additions and 123 deletions

View File

@@ -64,7 +64,7 @@
and status = false
and w.deleted = 0
and tuw.deleted = 0
order by u.id desc;
order by w.id desc;
</select>
<select id="getComplete" parameterType="long" resultMap="workMap">
select w.id,
@@ -84,7 +84,7 @@
and status = true
and w.deleted = 0
and tuw.deleted = 0
order by u.id desc;
order by w.id desc;
</select>
<delete id="deleteWorkById" parameterType="int">
delete