Commit 8652ed68 by huluobin

update

parent 09041d72
......@@ -345,6 +345,7 @@ public class MallOrderServiceImpl extends ServiceImpl<MallOrderMapper, MallOrder
throw new RRException(500, "订单状态异常");
}
mallOrder.setStatus(MallOrder.STATUS_SIGNED);
mallOrderMapper.updateById(mallOrder);
}
}
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