* 'master' of https://git.hxiaoju.top/Other/Gong-Ying-Lian-API: 自动写入时间戳字段
@@ -21,12 +21,6 @@ class ShopDelivery Extends Model
const StatusSettlement = 2;
const StatusRefund = 3;
- public static function onAfterInsert($data)
- {
- $data->weigh=1000-$data->id;
- $data->save();
- }
-
//待结算金额
public static function getPendingSettlementAmount()