parent
02721849d5
commit
cb60126667
|
|
@ -52,7 +52,7 @@ public class GuaranteeContractPatchPlugin extends AbstractReportListDataPluginEx
|
||||||
" b.fgratio AS shkd_gratio\n" +
|
" b.fgratio AS shkd_gratio\n" +
|
||||||
"FROM \n" +
|
"FROM \n" +
|
||||||
" t_gm_guarcontract AS a\n" +
|
" t_gm_guarcontract AS a\n" +
|
||||||
" LEFT JOIN t_gm_guaranteed_entry AS b \n" +
|
" LEFT JOIN t_gm_guarantee_entry AS b \n" +
|
||||||
" ON a.fid = b.fid");
|
" ON a.fid = b.fid");
|
||||||
DataSet hl = DB.queryDataSet(this.getClass().getSimpleName(), DBRoute.of("fi"), sqlBuilder.toString());//系统云
|
DataSet hl = DB.queryDataSet(this.getClass().getSimpleName(), DBRoute.of("fi"), sqlBuilder.toString());//系统云
|
||||||
JoinDataSet join = dataSet.join(hl, JoinType.LEFT);
|
JoinDataSet join = dataSet.join(hl, JoinType.LEFT);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue