提交 a8b33ade authored 作者: malei's avatar malei

test(school): 教材导入

1. 添加测试数据标识 References: N/A
上级 aba14d34
......@@ -616,6 +616,8 @@ public class PhyResourceServiceImpl extends BaseModelServiceImpl<PhyResource, St
if(StringUtils.isNotEmpty(name)){
phyResource.setPublisher(name);
}
//标识测试数据
phyResource.setCreater("ma.lei");
phyResource.setType(type);
try {
this.insertSelective(phyResource);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论