caipin 5 年之前
父節點
當前提交
5588882553
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      protected/controller/InvoiceController.php

+ 1 - 1
protected/controller/InvoiceController.php

@@ -5587,7 +5587,7 @@ class InvoiceController extends DooController {
 		);
 		
 		if(!empty($con)){
-			$con=' where '.$con;
+			$con=' where 1 '.$con;
 		}
 		
 		$sql = 'select a.iid from CLD_invoiceReceivables as a