"" is not equal to '' in query
this.query().dataSourceTable(tablenum(CustInvoicejour)).addRange(fieldnum(CustInvoicejour,InvoiceId)).value('(CustInvoicejour.InvoiceId == "")');
Right
this.query().dataSourceTable(tablenum(CustInvoicejour)).addRange(fieldnum(CustInvoicejour,InvoiceId)).value("(CustInvoicejour.InvoiceId == '')");
Wrong.
posted on 2011-08-12 04:46 lingdanglfw 阅读(169) 评论(0) 收藏 举报
浙公网安备 33010602011771号