|
|
@@ -229,7 +229,7 @@ namespace MySystem
|
|
|
if (PosKind == "好哒语音王Y512") ProductType = "18";
|
|
|
if (PosKind == "4G收款王M820") ProductType = "19";
|
|
|
if (PosKind == "4G收款王M826") ProductType = "20";
|
|
|
- if (PosKind == "好哒S312") ProductType = "21";
|
|
|
+ if (PosKind == "好哒S312" || PosKind == "S305") ProductType = "21";
|
|
|
if (PosKind == "好哒扫码通M837") ProductType = "29";
|
|
|
if (PosKind == "好哒语音王Y518") ProductType = "36";
|
|
|
|