Commit 2e990d84 by 徐高华

次数告警

parent a03f0678
......@@ -172,7 +172,7 @@ public class QwTimesUtils {
time = DateUtil.dateToStr(now, "yyyy年MM月");
}
if (type == 2) {
DateUtil.dateToStr(now, "yyyy年MM月dd日");
time = DateUtil.dateToStr(now, "yyyy年MM月dd日");
}
title = "即将达到可调用次数";
}
......
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