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}