Commit 47095602 authored by liudong1993's avatar liudong1993

1

parent 960f6458
......@@ -8370,7 +8370,7 @@ namespace Mall.Module.Product
{
//验证是否是自动结算
var ssbaseModel = microShop_BasicsRepository.GetMicroShopBasicsList(new Model.Entity.BaseSetUp.RB_MicroShop_Basics() { TenantId = tenantId, MallBaseId = mallBaseId }).FirstOrDefault();
if ((ssbaseModel?.SettlementType ?? "") == ((int)DistrbutorWithdrawWayEnum.ZDXJ).ToString())
if ((","+(ssbaseModel?.SettlementType ?? "")+",").Contains(","+((int)DistrbutorWithdrawWayEnum.ZDXJ).ToString()+","))
{
var ssmodel = ssList.FirstOrDefault();
//获取微店信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment