Commit b3b9aa50 by java-李谡

bug修改,微会议密码encode,航线论证统计算法修改

parent c50ec7d5
......@@ -61,7 +61,7 @@ public class StatisticalService extends BaseService<StatisticalDao> {
} else {
Integer day = dao.getDay(e);
if (day != null) {
if (day > 180) {
if (day > 180 && Integer.parseInt(e.getExpiryDate()) > 180) {
day = 180 - day;
e.setExpiryDate(day + "");
} else {
......
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