|
@@ -617,7 +617,7 @@ public class CreditLineController extends BaseController {
|
|
|
}
|
|
|
//新增授信合同
|
|
|
// 关联表
|
|
|
- if (tableData != null) {
|
|
|
+ if (tableData != null && !tableData.isEmpty()) {
|
|
|
for (int i = 0; i < tableData.size(); i++) {
|
|
|
String zfcId = tableData.get(i).get("zfcId");
|
|
|
ZcFinanceQuotaConRel zcFinanceQuotaConRel = new ZcFinanceQuotaConRel();
|