更新发起转售
This commit is contained in:
parent
50e342fee8
commit
d19a8c391a
@ -50,6 +50,9 @@ class CommunityRepository extends BaseRepository
|
||||
public const COMMUNITY_TYPE_RESALE = 3; //转售贴
|
||||
public const COMMUNITY_TYPE_ENTRUST = 4; //委托销售贴
|
||||
|
||||
public const RESALE_TYPE_STORE = 1; //到店核销
|
||||
public const RESALE_TYPE_DELIVER = 2; //快递配送
|
||||
|
||||
/**
|
||||
* CommunityRepository constructor.
|
||||
* @param CommunityDao $dao
|
||||
@ -610,6 +613,7 @@ class CommunityRepository extends BaseRepository
|
||||
'mer_id' => $purchaseRecord['mer_id'],
|
||||
'number' => $value['number'],
|
||||
'price' => $value['price'],
|
||||
'deliver_method' => $value['deliver_method'] ?? '',
|
||||
'update_time' => date('Y-m-d H:i:s'),
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user