1.申报要素改变过滤值
This commit is contained in:
25655 2025-02-28 16:05:26 +08:00
parent eb0d2b24ee
commit 45a8bf6585

View File

@ -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"));
}
}