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

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

@@ -524,6 +524,7 @@ class Sale extends Base{
 						                }
 						            }
 			            }
+			           }
 			             $comoOrder = CgdInfo::where(['mainCode'=>$post['orderCode'],'is_comon'=>2,'status'=>1])->field('sequenceNo,companyName')->findOrEmpty();
 			            if(!empty($comoOrder)){
 							$payNo = Db::name('pay_info')->where(['cgdNo'=>$comoOrder['sequenceNo'],'status'=>1,'is_del'=>0])->value('payNo','');
@@ -546,7 +547,7 @@ class Sale extends Base{
 				               	 }
 				           }
 				            }
-			            }
+			            
 		           }