Commit ac04310b by chenweisong

更新

parent 03a361e6
...@@ -19,7 +19,7 @@ public class ExcelService { ...@@ -19,7 +19,7 @@ public class ExcelService {
private RecordInfoDao recordInfoDao; private RecordInfoDao recordInfoDao;
public long create(String config , String desc) { public long create(String config, String desc) {
Excel excel = new Excel(); Excel excel = new Excel();
excel.setConfig(config); excel.setConfig(config);
excel.setDesc(desc); excel.setDesc(desc);
......
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