Commit 18f7adde by wuwenlong

order refund dev;

parent f79a559b
......@@ -332,7 +332,7 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper,SOrder> implemen
}
execute = Boolean.TRUE;
} catch (Exception e) {
logger.error("退款出错");
logger.error("退款审批出错");
logger.error(e.toString());
}
if (!execute) {
......
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