Commit 6d6c2970 by 孙亚楠

dd

parent 19720a7e
...@@ -358,7 +358,7 @@ class SaasOrderService extends ServiceBase { ...@@ -358,7 +358,7 @@ class SaasOrderService extends ServiceBase {
}else if(params.order_type == "2010" || params.order_type =="2030"){ }else if(params.order_type == "2010" || params.order_type =="2030"){
params.attribute = "audit_status"; params.attribute = "audit_status";
params.value = params.order_type =="2010"?"10":"30"; params.value = params.order_type =="2010"?"10":"30";
}else if(params.order_type =="2030" || params.order_type == "3020" || params.order_type =="3030"){ }else if(params.order_type =="2030" || params.order_type == "3020" || params.order_type =="3030"|| params.order_type =="3010" ){
params.attribute = "handle_status"; params.attribute = "handle_status";
if(params.order_type == "3010"){ if(params.order_type == "3010"){
params.value = "10"; params.value = "10";
......
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