供应商和银行账号

This commit is contained in:
hecan 2025-03-27 15:11:23 +08:00
parent 3c637e911d
commit 82ffcc7d42
1 changed files with 4 additions and 4 deletions

View File

@ -92,18 +92,18 @@ public class MasterDataServiceImpl extends BaseService<ComparisonEntity, String>
tableName = "mdm_bank";
listAll = binDingBank(jsonObject, mdmModuleSourceEntity, dbCode);
break;*/
/* case "10047"://BIP供应商档案
case "10047"://BIP供应商档案
tableName = "mdm_bip_supplier";
listAll = binDingSupplier(jsonObject, mdmModuleSourceEntity, dbCode,startTime,endTime);
break;*/
break;
case "10048"://BIP项目档案
tableName = "mdm_bip_project";
listAll = binDingProject(jsonObject, mdmModuleSourceEntity, dbCode,startTime,endTime);
break;
/* case "10049"://BIP供应商银行档案
case "10049"://BIP供应商银行档案
tableName = "mdm_bip_supplier_bank";
listAll = binDingSupplierBank(jsonObject, mdmModuleSourceEntity, dbCode,startTime,endTime);
break;*/
break;
default:
logger.info("未匹配到主数据的编码,请检查");
break;