wugg 10 months ago
parent
commit
a17e6cddf5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Sale.php

+ 1 - 1
app/admin/controller/Sale.php

@@ -548,7 +548,7 @@ class Sale extends Base{
 				            }
 			            }
 		           }
-    	  }
+    	  
     	
     	  empty($data)?$this->success("不存在对账订单",[],0):$this->error("存在对账业务数据",1005,$data);
     }