更新合同
This commit is contained in:
parent
5e41f094a3
commit
9add46694d
running/pdf
stdiet-custom/src/main/java/com/stdiet/custom/service/impl
Binary file not shown.
BIN
running/pdf/contract_.pdf
Normal file
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user