Commit 51616eb3 by Sxy

fix: bug

parent b1abfa29
...@@ -25,6 +25,9 @@ class DeliverDao extends Dao { ...@@ -25,6 +25,9 @@ class DeliverDao extends Dao {
} }
const { search: { productCode } } = qobj; const { search: { productCode } } = qobj;
if (productCode) {
delete qc.where.productCode
}
qc.raw = true; qc.raw = true;
const type = qobj.bizpath.split('/')[1]; const type = qobj.bizpath.split('/')[1];
if (type === 'deliveryManagement') { if (type === 'deliveryManagement') {
......
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