capturelist.bsh
来自「Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电」· BSH 代码 · 共 8 行
BSH
8 行
import org.ofbiz.base.util.UtilMisc;import org.ofbiz.entity.condition.EntityExpr;import org.ofbiz.entity.condition.EntityOperator;andCondition = new EntityExpr("statusId", EntityOperator.EQUALS, "PAYMENT_SETTLED");orderPaymentPreferences = delegator.findByAnd("OrderPaymentPreference", UtilMisc.toList(andCondition), UtilMisc.toList("createdDate DESC"));context.put("orderPaymentPreferences", orderPaymentPreferences);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?