Commit 07c8f8ef authored by 张永's avatar 张永

Bug #14338

parent b89f1d50
......@@ -152,9 +152,9 @@ public class OrderServiceImpl implements OrderService {
} else if(status == 2) {
sql += " and ((sSalesOrderPayTypeID = '2' and nOrderStatus = 0) or (sSalesOrderPayTypeID = '4' and nOrderStatus&37 = 32))";
} else if(status == 3) {
sql += " and nOrderStatus&128=128";
sql += " and nOrderStatus&29 = 4 and nOrderStatus&128=0 ";
} else if(status == 4) {
sql += " and nOrderStatus&16=16";
sql += " and nOrderStatus&129 = 128 and nOrderStatus&16=0 ";
} else if(status == 5) {
sql += " and nOrderStatus&17 = 16";
} else if(status == 6) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment