Commit c5c65a1a by 王军业

[动态字段]

1 parent db9e9bf1
......@@ -101,6 +101,7 @@ public class ContractServiceImpl implements ContractService {
head_title_name.put("acceptanc_pay_date","验收款到期日");
head_title_name.put("mainten_pay","质保金额");
head_title_name.put("mainten_pay_date","质保款到期日");
head_title_name.put("goods_acceptanc_date", "到货验收日期");
}
private static Map<String,String> head_title_key = new HashMap<String,String>();
......@@ -136,6 +137,7 @@ public class ContractServiceImpl implements ContractService {
head_title_key.put("acceptanc_pay_date","acceptanc_pay_date");
head_title_key.put("mainten_pay","mainten_pay");
head_title_key.put("mainten_pay_date","mainten_pay_date");
head_title_key.put("goods_acceptanc_date", "goods_acceptanc_date");
}
@Autowired
ContractMapper contractMapper;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!