提交人:刘森澳

日期:2025/11/14 18:50
内容:担保合同添加默认字段赋值
This commit is contained in:
16358 2025-11-14 18:50:52 +08:00
parent 02721849d5
commit cb60126667
1 changed files with 1 additions and 1 deletions

View File

@ -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);