Commit 8ec3b6b6 by manxiaoqiang

app排序

parent 7a07d01c
......@@ -29,6 +29,7 @@ public class AccountServiceImpl implements AccountService {
Date pubDate = DateUtil.getDate(contract.getStartDate());
account.setPastDate(contract.getEndDate());
account.setNewContract(true);
account.setPubDate(pubDate);
account.setModifyPricelevelTime(contract.getStartDate());
account.setModifyTime(new Date());
......
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