Commit ebc0cc7b by lanmw

u

parent 10007c56
......@@ -39,7 +39,7 @@ public class TagFileService {
t.setLevel(t.getPath().split(",").length);
t.setCreator(userName);
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);
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