Windchill
摘要:判断某查询栏位是否为空错误:if (projComp != null && !projComp.equals(""))正确:if((projComp != null && projComp .trim().length()>0)
阅读全文
Windchill 查询功能
摘要:一.使用SearchCondition查询语句中用容器中的containerReference.key.id名称来代替数据库中的字段idA3containerReference/***获取项目下所有的活动StandardProjectReportService.java*@paramproject*...
阅读全文