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