fix:申报要素

This commit is contained in:
ljw 2024-09-20 20:35:14 +08:00
parent 433d2bc5c2
commit bb9051668f

View File

@ -881,9 +881,9 @@ public class SalesOrderUtils {
qFilter.and(new QFilter("yem_customclass.id", QCP.equals, customclass.getLong("id")));
}
if (hscode != null) {
qFilter.and(new QFilter("yem_hscodebase.id", QCP.equals, hscode.getLong("id")));
}
// if (hscode != null) {
// qFilter.and(new QFilter("yem_hscodebase.id", QCP.equals, hscode.getLong("id")));
// }
return BusinessDataServiceHelper.load("yem_bd_declarationele", selectfields, qFilter.toArray());
}