|
|
|
@ -585,7 +585,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
Date fwtEnd = DateUtils.daysAgoOrAfter(wtEnd, fdays); |
|
|
|
cend = fwtEnd.toString(); |
|
|
|
} catch (Exception ex) { |
|
|
|
log.error("一次性委托日期转码出错:" + ex.getStackTrace()); |
|
|
|
log.error("一次性委托日期转码出错:" + ex.getLocalizedMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
// 周期委托
|
|
|
|
|