Commit b5d6e282 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-法大大

parent 89436f9d
......@@ -331,7 +331,7 @@ public class TFascTemplateDetailServiceImpl extends ServiceImpl<TFascTemplateDet
}
}
if (!tempUpdateList.isEmpty()) {
this.saveBatch(tempUpdateList);
this.updateBatchById(tempUpdateList);
}
if (!logList.isEmpty()) {
tFascEditLogService.saveBatch(logList);
......
......@@ -339,7 +339,7 @@ public class TFascTemplateServiceImpl extends ServiceImpl<TFascTemplateMapper, T
}
// 更新模板
if (!tempUpdateList.isEmpty()) {
this.saveBatch(tempUpdateList);
this.updateBatchById(tempUpdateList);
}
// 更新日志
if (!logList.isEmpty()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment