更新合同
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user