|
|
@@ -112,15 +112,15 @@ public class BusJcbFdfxjyqController extends BaseController {
|
|
|
WordUtils wordUtil=new WordUtils();
|
|
|
//填充变量
|
|
|
Map<String, Object> params = new HashMap<String, Object>();
|
|
|
- params.put("${fdh}", info.getFcd());
|
|
|
- params.put("${qj}", info.getQj());
|
|
|
- params.put("${jcrq}", info.getJcrq());
|
|
|
- params.put("${wd}", info.getWd());
|
|
|
- params.put("${jcr}", info.getJcr());
|
|
|
- params.put("${pointB}", info.getPointB());
|
|
|
- params.put("${pointG}", info.getPointG());
|
|
|
- params.put("${fcd}", info.getFcd());
|
|
|
- params.put("${fddmpsd}", info.getFddmpsd());
|
|
|
+ params.put("${fdh}", info.getFcd().toString());
|
|
|
+ params.put("${qj}", info.getQj().toString());
|
|
|
+ params.put("${jcrq}", info.getJcrq().toString());
|
|
|
+ params.put("${wd}", info.getWd().toString());
|
|
|
+ params.put("${jcr}", info.getJcr().toString());
|
|
|
+ params.put("${pointB}", info.getPointB().toString());
|
|
|
+ params.put("${pointG}", info.getPointG().toString());
|
|
|
+ params.put("${fcd}", info.getFcd().toString());
|
|
|
+ params.put("${fddmpsd}", info.getFddmpsd().toString());
|
|
|
params.put("${jybjFdjyqzjyzt}", info.getJybjFdjyqzjyzt().equals("0")?"√":"×");
|
|
|
params.put("${jybjClsjyzzt}", info.getJybjClsjyzzt().equals("0")?"√":"×");
|
|
|
params.put("${lbjztLs}", info.getLbjztLs().equals("0")?"√":"×");
|
|
|
@@ -129,6 +129,11 @@ public class BusJcbFdfxjyqController extends BaseController {
|
|
|
params.put("${lbjztJcxjt}", info.getLbjztJcxjt().equals("0")?"√":"×");
|
|
|
params.put("${lbjztXhj}", info.getLbjztXhj().equals("0")?"√":"×");
|
|
|
params.put("${sbzt}", info.getSbzt().equals("0")?"√":"×");
|
|
|
+ params.put("${xlfdXlpd}", info.getXlfdXlpd().toString());
|
|
|
+ params.put("${xlfdWgdg}", info.getXlfdWgdg().toString());
|
|
|
+ params.put("${xlfdFdsxlqj}", info.getXlfdFdsxlqj().toString());
|
|
|
+ params.put("${xlfdFdczxlqj}", info.getXlfdFdczxlqj().toString());
|
|
|
+ params.put("${sdgjcztSddg}", info.getSdgjcztSddg().equals("0")?"√":"×");
|
|
|
|
|
|
try{
|
|
|
//填充图片信息
|