@@ -1059,7 +1059,7 @@ func (this *OilSupplierCertController) UpdateIsStorage() {
"CertSubStatus",
}
model1.CertSubStatus = "1"
- where := " SupplierId = " + SupplierId
+ where := " SupplierCertId = " + id
svc1.UpdateEntityBywheretbl(OilSupplierCertSubName, &model1, cols, where)
errinfo.Message = "入库成功"
} else {