| | |
| | | { |
| | | tenderOrderBiddingOutput.IsTransferName = "否"; |
| | | } |
| | | var cusExtend = await _sqlSugarClient.Queryable<FBS_CusExtend>().Where(x => x.CustomerId == tenderOrderBiddingOutput.CreateUserId && x.TransactionCode == "GYS" && x.steps == CusExtendStep.Pass).FirstAsync(); |
| | | if (cusExtend != null) |
| | | { |
| | | tenderOrderBiddingOutput.ChangshangName = cusExtend.EnterpriseName; |
| | | } |
| | | //var cusExtend = await _sqlSugarClient.Queryable<FBS_CusExtend>().Where(x => x.cus == tenderOrderBiddingOutput.CreateUserId && x.TransactionCode == "GYS" && x.steps == CusExtendStep.Pass).FirstAsync(); |
| | | //if (cusExtend != null) |
| | | //{ |
| | | // tenderOrderBiddingOutput.ChangshangName = cusExtend.EnterpriseName; |
| | | //} |
| | | |
| | | } |
| | | } |