|
|
@@ -125,7 +125,7 @@ public class BusJcbJcxcController extends BaseController {
|
|
|
WordUtils wordUtil = new WordUtils();
|
|
|
//填充变量
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
- params.put("${xch}", info.getXianchahao());
|
|
|
+ params.put("${xch}", info.getXch());
|
|
|
params.put("${stationName()}", info.getStationName());
|
|
|
params.put("${temperature}", info.getTemperature());
|
|
|
if(info.getCheckDate() != null) {
|