|
@@ -40,7 +40,7 @@ namespace MySystem
|
|
|
var tran = db.Database.BeginTransaction();
|
|
|
try
|
|
|
{
|
|
|
- if((Bind.Field1 == "解绑" || Bind.Field1 == "UNBIND") && (Bind.ProductType == "1" || Bind.ProductType == "23" || Bind.ProductType == "27" || Bind.ProductType == "30"))
|
|
|
+ if((Bind.Field1 == "解绑" || Bind.Field1 == "UNBIND" || Bind.Field1 == "TRUE" || Bind.Field1 == "FORCED_UNBIND") && (Bind.ProductType == "1" || Bind.ProductType == "23" || Bind.ProductType == "27" || Bind.ProductType == "30" || Bind.ProductType == "34"))
|
|
|
{
|
|
|
PosPushDataNewHelper.UnBind(new UnBindRecord()
|
|
|
{
|