fix:
1.申报要素改变过滤值
This commit is contained in:
parent
eb0d2b24ee
commit
45a8bf6585
@ -797,8 +797,8 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
|
||||
if (org.apache.commons.lang3.StringUtils.containsIgnoreCase(type, "zj")) {
|
||||
if ("Z".equals(businesssort)) {
|
||||
if (YEM.isNotEmpty(productmodel)) {
|
||||
id = productmodel.getLong("yem_products.id");
|
||||
qFilter.and(new QFilter("yem_bd_declarationele.yem_productstree.id", QCP.equals, id));
|
||||
id = productmodel.getLong("id");
|
||||
qFilter.and(new QFilter("yem_bd_declarationele", QCP.equals, id));
|
||||
qFilter.and(new QFilter("enable", QCP.equals, "1"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user