parent
496eaef137
commit
0cc095605d
|
|
@ -102,7 +102,13 @@ public class AccountbankReportPlugin extends AbstractReportListDataPlugin {
|
||||||
"FROM \n" +
|
"FROM \n" +
|
||||||
" RankedExRates\n" +
|
" RankedExRates\n" +
|
||||||
"WHERE \n" +
|
"WHERE \n" +
|
||||||
" rn = 1;");
|
" rn = 1" +
|
||||||
|
"UNION ALL\n" +
|
||||||
|
"SELECT\n" +
|
||||||
|
" 1 AS FOrgCurID,\n" +
|
||||||
|
" 1 AS FCurID,\n" +
|
||||||
|
" 1 AS FExRate,\n" +
|
||||||
|
" '"+dateList.get(0)+"' AS FEffectDate;");
|
||||||
DataSet hl = DB.queryDataSet(this.getClass().getSimpleName(), DBRoute.of("sys"), sqlBuilder2.toString());//系统云
|
DataSet hl = DB.queryDataSet(this.getClass().getSimpleName(), DBRoute.of("sys"), sqlBuilder2.toString());//系统云
|
||||||
String[] fieldNames2 = finish1.getRowMeta().getFieldNames();
|
String[] fieldNames2 = finish1.getRowMeta().getFieldNames();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue