Commit 22e3f429 by 宋毅

tj

parent 0d2594ea
...@@ -523,7 +523,7 @@ class OrderInfoService extends ServiceBase { ...@@ -523,7 +523,7 @@ class OrderInfoService extends ServiceBase {
if (apply && dbApply && applyKeys.length > 0) { if (apply && dbApply && applyKeys.length > 0) {
for (let index = 0; index < applyKeys.length; index++) { for (let index = 0; index < applyKeys.length; index++) {
const aKey = applyKeys[index]; const aKey = applyKeys[index];
if (apply[aKey] && apply[aKey] != dbApply[aKey]) { if (apply[aKey] != dbApply[aKey]) {
itemResult.data.apply[aKey] = apply[aKey]; itemResult.data.apply[aKey] = apply[aKey];
} }
} }
......
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