任何人都可以帮助我找到解决此错误的方法 我想获得服务列表,所以我的代码是
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;
}
答案 0 :(得分:0)
问题来自缓存我只是删除缓存而且工作