@@ -644,7 +644,7 @@ void CPosPrinter::PrintWaimaiOrderShouyin(CWaimaiOrder& order)
}
//看看电话是否要脱敏
- if (order.m_show_whole_phone == "1")
+ if (order.m_show_whole_phone == "0")
{
order.m_phone.replace(3, 4, 4, '*');