Commit 1bea5f4a by 查志伟

C端退款增加配置校验

parent 47df9630
...@@ -608,7 +608,6 @@ public class OrderVerifyHandle { ...@@ -608,7 +608,6 @@ public class OrderVerifyHandle {
* @return true=可同意退款 * @return true=可同意退款
*/ */
private boolean getRefundConfig(String partnerId, Integer orderType, Integer bizType, Integer marketType, Integer orderState, String extStr) { private boolean getRefundConfig(String partnerId, Integer orderType, Integer bizType, Integer marketType, Integer orderState, String extStr) {
boolean isFinishRefund = false;
// [华莱士20210410] 微商城订单判断 // [华莱士20210410] 微商城订单判断
if(Objects.equals(BizTypeEnum.MALL.getBizType(), bizType)){ if(Objects.equals(BizTypeEnum.MALL.getBizType(), bizType)){
// 除 未支付 拒单 和 取消外,其他可退款 // 除 未支付 拒单 和 取消外,其他可退款
......
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