This commit is contained in:
2025-05-23 10:08:24 +08:00
parent bef80caa1d
commit 70fde0ecac
7 changed files with 486 additions and 161 deletions
+2
View File
@@ -20,11 +20,13 @@
(id,
product,
bugRemark,
images,
createBy,
createDate)
VALUES (NULL,
#{product},
#{bugRemark},
#{images},
#{createBy},
now())
</insert>