Commit bae7cba9 authored by wwccw0591's avatar wwccw0591

pc

parent 5d9b3251
......@@ -338,7 +338,6 @@ class RefundServiceModel extends \Business\AbstractModel
*/
public function addRefund($memberId, $refund)
{
error_reporting(E_ALL);
$refundReturnDao = \DAO\Order\RefundReturnModel::getInstance(DbNameConst::masterDBConnectName);
$refundReasonDao = \DAO\Order\RefundReasonModel::getInstance(DbNameConst::masterDBConnectName);
$orderDao = \DAO\Order\OrderModel::getInstance(DbNameConst::masterDBConnectName);
......
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