From f62af89b45635cde7f4e09c09aa112e85a5ed139 Mon Sep 17 00:00:00 2001
From: 20918 <2091823062@qq.com>
Date: Wed, 2 Jul 2025 17:13:50 +0800
Subject: [PATCH] init
---
src/main/resources/mybatis/project/CaseMapper.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/mybatis/project/CaseMapper.xml b/src/main/resources/mybatis/project/CaseMapper.xml
index 37c4019..497925b 100644
--- a/src/main/resources/mybatis/project/CaseMapper.xml
+++ b/src/main/resources/mybatis/project/CaseMapper.xml
@@ -42,7 +42,7 @@
insert into cases (
case_no,
- name,
+ name,
user_no,
sex,
age,
@@ -50,7 +50,7 @@
department,
rank,
phone,
- filing_time,
+ filing_time
)values(
#{caseNo},
#{name},
@@ -61,7 +61,7 @@
#{department},
#{rank},
#{phone},
- #{filingTime},
+ #{filingTime}
)
@@ -76,7 +76,7 @@
department = #{department},
rank = #{rank},
phone = #{phone},
- filing_time = #{filingTime},
+ filing_time = #{filingTime}
where case_no = #{caseNo}