Commit 7b5356e4 authored by wwccw0591's avatar wwccw0591

pc

parent 187c9ea8
......@@ -702,7 +702,6 @@ class OrderServiceModel extends \Business\AbstractModel
$orderCommonDao = \DAO\Order\OrderCommonModel::getInstance(DbNameConst::salveDBConnectName);
$memberDao = \DAO\MemberModel::getInstance(DbNameConst::salveDBConnectName);
$diliverymanId = $memberDao->getInfo($memberId, 'diliveryman_id');
$diliverymanId=46;
if (empty($diliverymanId)) {
ErrorModel::throwException(CodeConfigModel::commonError);
}
......
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