This commit is contained in:
邹宗楠
2025-08-18 11:38:26 +08:00
parent 62606b178d
commit 2e45d73280
2 changed files with 4 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ func LaKaLaApplyContractByPeople(storeId int, apply *lakala.ApplyContractByPeopl
return "", nil
}
// QueryElectronicContract 拉卡拉签约合同查询
// QueryElectronicContract 人工复合结果查询
func QueryElectronicContract(orderNo string, orgId int, ecApplyId string, storeID int) (*lakala.ElectronicContractStatus, error) {
db := dao.GetDB()
merchantInfo, err := dao.GetStoreContract(db, storeID, orderNo, "")