摘要:
/** * 根据开始时间和结束时间返回时间段内的时间集合 * * @param beginDate * @param endDate * @return List */ public static List<Date> getDatesBetweenTwoDate(Date beginDate, D 阅读全文
posted @ 2016-09-29 18:18
没有烦恼的生活
阅读(139)
评论(0)
推荐(0)
摘要:
--01 年 02 月 03 日 select a.ass_due_date, case a.ass_term_unit when '01' then (case a.ass_profit_mode when '0' then round(sum(a.ass_amount*a.ass_annual_ 阅读全文
posted @ 2016-09-29 16:32
没有烦恼的生活
阅读(219)
评论(0)
推荐(0)