|
@@ -57,6 +57,16 @@ namespace MySystem
|
|
|
RedisDbconn.Instance.AddList("kxs_unbindwifi_list", fileName + "#cut#" + content + "#cut#" + fileName);
|
|
|
}
|
|
|
}
|
|
|
+ else if(Bind.Field1 == "CHANGE_BIND" && Bind.ProductType == "34")
|
|
|
+ {
|
|
|
+ PosPushDataNewHelper.ChangeBind(new ChangeBindRecord()
|
|
|
+ {
|
|
|
+ MerNo = Bind.MerNo,
|
|
|
+ MerSnNo = Bind.Field2,
|
|
|
+ ProductType = Bind.ProductType,
|
|
|
+ MerNewSnNo = Bind.MerSnNo,
|
|
|
+ });
|
|
|
+ }
|
|
|
else
|
|
|
{
|
|
|
if(Utils.Instance.IsWifi(int.Parse(Bind.ProductType)))
|