Browse Source

修改 更新batach_id

ajun 4 năm trước cách đây
mục cha
commit
ef5ca69ed9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Order.php

+ 1 - 0
app/Order.php

@@ -165,6 +165,7 @@ class Order extends Model
     public function isEquals($order)
     {
         return $this['wms_edittime'] == $order['wms_edittime']
+            && $this['batch_id'] == $order['batch_id']
             && $this['frozen'] == $order['frozen'];
     }