fix:申报要素
This commit is contained in:
parent
433d2bc5c2
commit
bb9051668f
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user