Commit 203bdf14 by 徐高华

日期

parent 9ba84f1f
......@@ -206,7 +206,7 @@ public class GicOrderController {
.getOrderSetting(enterpriseId);
int autoDay = setResp.getResult().getAutoConfirm();
if (0 != autoDay) {
detail.setAutoTaskOverTime(DateUtil.addDay(item.getCreateTime(), autoDay));
detail.setAutoTaskOverTime(DateUtil.addNumForDay(item.getCreateTime(), autoDay));
return;
}
}
......
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