计费优化
parent
04a6559e91
commit
1530e5b149
|
@ -124,6 +124,7 @@ public class CostTask {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
dataSql = StringUtils.replace(dataSql, "{cusCode}", cusCode);
|
dataSql = StringUtils.replace(dataSql, "{cusCode}", cusCode);
|
||||||
|
dataSql = StringUtils.replace(dataSql, "{date}", datestr);
|
||||||
List<Map<String, Object>> resulthq = systemService
|
List<Map<String, Object>> resulthq = systemService
|
||||||
.findForJdbc(dataSql);
|
.findForJdbc(dataSql);
|
||||||
//计算费用
|
//计算费用
|
||||||
|
|
Loading…
Reference in New Issue