Commit 5c70518c by mushishixian

fix

parent 31953f80
Showing with 2 additions and 1 deletions
......@@ -99,7 +99,8 @@ class LogService
$oldFee = json_decode($oldSupplier['extra_fee'], true);
$newFee = json_decode($newSupplier['extra_fee'], true);
if (empty($oldFee['cn']) ||empty($oldFee['hk']) || empty($newFee['cn']) || empty($newFee['hk'])) {
$content = '采购附加费修改';
// $content = '采购附加费修改';
$content = '';
} else {
$content = "采购附加费由 [商品总价不满" . $oldFee['cn']['max'] . "元,收取" . $oldFee['cn']['price'] . "元;商品总价不满" .
$oldFee['hk']['max'] . "美金,收取" . $oldFee['hk']['price'] .
......
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 sign in to comment