消息中心,打印修改
This commit is contained in:
@@ -81,7 +81,7 @@ public class PrintMqListener {
|
||||
.eq(PrintMachine::getStatus, 1)
|
||||
.eq(PrintMachine::getShopId, shopId)
|
||||
.eq(PrintMachine::getSubType, subType)
|
||||
.eq(PrintMachine::getConnectionType, "network");
|
||||
.eq(PrintMachine::getConnectionType, "网络");
|
||||
if (StrUtil.isNotEmpty(printMethod)) {
|
||||
wrapper.in(PrintMachine::getPrintMethod, Arrays.asList(printMethod, "all"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user