Commit d0069fe1 authored by hekai's avatar hekai

修复未到期前提示语句问题

parent 87d859a3
......@@ -71,6 +71,7 @@ public class LicenseFilter extends OncePerRequestFilter {
msg = "系统维护期剩余{" + days + "}天,请及时续费";
}else if(days>30){
//超过30天什么都不提示
msg="操作成功";
}else{
msg = "系统维护已到期,请及时续费";
}
......
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