Commit 57d51c16 by huluobin

maven pro 调整

parent 392bc5fa
......@@ -17,9 +17,8 @@ public class DailyFeeJob extends PointJob {
try {
dcBaseFinanceFeeMapper.deleteDailyFee(time.minusDays(1L));
dcBaseFinanceFeeMapper.insertDailyFee(time.minusDays(1L));
} catch (Exception ex) {
} catch (Exception ignored) {
}
}
}
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