jiangping
2025-04-28 3748591ecd04c47e550049bbc09ad5959210aa29
server/startsh/DBbackup.sh
@@ -11,6 +11,7 @@
# shellcheck disable=SC1036
delete from platform_books where id not int (298,297,296,294,290,293)
delete from platform_job a where not exist(select b.id from platform_books b where b.job_id=a.id and b.id in (298,297,296,294,290,293))