修改合同功能

This commit is contained in:
huangdeliang
2020-10-30 10:43:32 +08:00
parent a23d0c54db
commit 25d2f2d031
8 changed files with 62 additions and 29 deletions

View File

@ -104,6 +104,7 @@ public class SysContractController extends BaseController {
data.put("name", contract.getName());
data.put("amount", contract.getAmount().toString());
data.put("serveTime", contract.getServeTime() + "");
data.put("servePromise", contract.getServePromise());
ajax.put("data", data);
}
return ajax;