提交 31945be7 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 f0ae0f92
......@@ -118,7 +118,7 @@ public class BookPrintServiceImpl extends BaseServiceImpl<BookPrint, Integer> im
@Override
public boolean saveAuditLog(SaveAuditLogForm form) throws ParseException {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
BookPrintAuditLog log = new BookPrintAuditLog();
BeanUtils.copyProperties(form, log, "id");
log.setDealTime(sdf.parse(form.getDealTime()));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论