Commit 6d98b081 by xiaoer.li@freemud.com

fix:退款问题提示调整

parent 15dd4f7d
...@@ -1222,7 +1222,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1222,7 +1222,7 @@ public class OrderServiceImpl implements Orderservice {
&& queryOrderResponseVo.getRefundStatus() != null && queryOrderResponseVo.getRefundStatus() == 1) { && queryOrderResponseVo.getRefundStatus() != null && queryOrderResponseVo.getRefundStatus() == 1) {
Integer automaticRefund = storeInfo.getBizVO().getStoreConfig().getAutomaticRefund(); Integer automaticRefund = storeInfo.getBizVO().getStoreConfig().getAutomaticRefund();
if(automaticRefund != null && automaticRefund == 1){ if(automaticRefund != null && automaticRefund == 1){
queryOrderResponseVo.setRefundTips("若48小时内未成功退款,请联系商家人工处理"); queryOrderResponseVo.setRefundTips("若48小时内未成功退款,请联系商家人工处理");
}else { }else {
queryOrderResponseVo.setRefundTips("若48小时内未成功退款,请联系商家人工处理"); queryOrderResponseVo.setRefundTips("若48小时内未成功退款,请联系商家人工处理");
} }
......
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