更新合同

This commit is contained in:
huangdeliang 2021-01-09 18:11:29 +08:00
parent 5e41f094a3
commit 9add46694d
3 changed files with 1 additions and 1 deletions
running/pdf
stdiet-custom/src/main/java/com/stdiet/custom/service/impl

Binary file not shown.

BIN
running/pdf/contract_.pdf Normal file

Binary file not shown.

@ -125,7 +125,7 @@ public class SysContractServiceImpl implements ISysContractService {
form.addSubstitutionFont(BaseFont.createFont("STSong-Light", "UniGB-UCS2-H", BaseFont.NOT_EMBEDDED));
form.setField("name", sysContract.getSignName(), true);
form.setField("serveTime", sysContract.getServeTimeStr(), true);
form.setField("tutor", sysContract.getTutor(), true);
// form.setField("tutor", sysContract.getTutor(), true);
form.setField("moneyUpper", sysContract.getAmountUpper(), true);
form.setField("money", sysContract.getAmount().intValue() + "", true);
form.setField("phone", sysContract.getPhone(), true);