Commit a0117c9e authored by hangjun83's avatar hangjun83

修复bug

parent e14afb75
......@@ -290,7 +290,7 @@ class BhOrdersService
//判断是否能除尽
if($updateArr['si_amount'] != $currentAmount && abs(bcsub($currentAmount - $updateArr['si_amount'])) < 1){
if($updateArr['si_amount'] != $currentAmount && abs(bcsub($currentAmount , $updateArr['si_amount'])) < 1){
$note[] = $soItem['si_id'] . '金额有小数';
}
......
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