提交 e2ea9592 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 7e2f62b2
......@@ -30,4 +30,8 @@ public class ThriceAuditManage {
return mapper.findBySubjectNum(subjectNum, bookType);
}
public Integer update(ThriceAudit thirdAudit){
mapper.updateByPrimaryKey(thirdAudit);
return thirdAudit.getId();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论