"" 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 阅读(165) 评论(0) 编辑 收藏 举报