BUG优化

dev
xiepeng 2024-04-01 18:53:59 +08:00
parent fab4bd24ef
commit 4d9b7b4c58
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class NoticeTemplateController extends BaseController {
PageData pd = new PageData();
pd = this.getPageData();
pd.put("NOTICETEMPLATE_ID", this.get32UUID()); //主键
pd.put("BIANMA", ""); //主键
noticetemplateService.save(pd);
map.put("result", errInfo);
return map;

View File

@ -18,6 +18,7 @@
f.TEMPLATE_CODE,
f.TEMPLATE_STR,
f.DESCR,
f.BIANMA,
f.NOTICETEMPLATE_ID
</sql>
@ -27,6 +28,7 @@
TEMPLATE_CODE,
TEMPLATE_STR,
DESCR,
BIANMA,
NOTICETEMPLATE_ID
</sql>
@ -36,6 +38,7 @@
#{TEMPLATE_CODE},
#{TEMPLATE_STR},
#{DESCR},
#{BIANMA},
#{NOTICETEMPLATE_ID}
</sql>