获取错误无法找到实体名称的定义

时间:2017-11-29 14:17:17

标签: freemarker ofbiz

任何人都可以帮助我找到解决此错误的方法 我想获得服务列表,所以我的代码是

public static List<GenericValue> TW_getListService(Delegator delegator) {

    try {
        List<GenericValue> twService = EntityQuery.use(delegator).from("twService").queryList();


        return twService;
    } catch (GenericEntityException e) {
        Debug.logError(e, "Error looking up ProdCatalogCategories for prodCatalog with id " , module);
    }
    return null;
}

1 个答案:

答案 0 :(得分:0)

问题来自缓存我只是删除缓存而且工作