This website works better with JavaScript.
Home
Explore
Help
Sign In
yuh
/
codeGenerate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改不能删除bug
develop
陈国强
6 years ago
parent
cd7af638b2
commit
0cf617d474
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code-generator/src/main/resources/template/mapper.ftl
+ 1
- 1
code-generator/src/main/resources/template/mapper.ftl
View File
@@ -75,7 +75,7 @@ ${table_name}(${table_comment})
<!-- 通用删除记录 -->
<delete id="delete">
delete from ${table_name} a
delete
a
from ${table_name} a
<include refid="common_where"/>
</delete>
Write
Preview
Loading…
Cancel
Save