Commit ebc0cc7b by lanmw

u

parent 10007c56
...@@ -39,7 +39,7 @@ public class TagFileService { ...@@ -39,7 +39,7 @@ public class TagFileService {
t.setLevel(t.getPath().split(",").length); t.setLevel(t.getPath().split(",").length);
t.setCreator(userName); t.setCreator(userName);
t.setDimensionType(Constants.TAG_DIMENSION_TRUE); t.setDimensionType(Constants.TAG_DIMENSION_TRUE);
t.setCreateDate(DateUtils.formatDate(new Date(), "yyyy-mm-dd")); t.setCreateDate(DateUtils.formatDate(new Date(), "yyyy-MM-dd"));
mongoOperations.save(t); mongoOperations.save(t);
importCount ++; importCount ++;
} }
......
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