Commit 2c9fcff9 by zhu.zewen

销毁审批关联数据状态更新为“已销毁”

parent fc620dba
......@@ -92,7 +92,7 @@ public class PhysicBillServiceImpl extends AbstractService implements PhysicBill
}
bill.setStatus(0);
bill.setSettleDate(now.toString());
bill.setSettleDate(LocalDate.from(now).toString());
bill.setSettleMonth(YearMonth.from(now).toString());
bill.setCreateTime(now);
......
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 sign in to comment