|
|
@@ -1132,8 +1132,9 @@ public class WbsFormElementServiceImpl extends BaseServiceImpl<WbsFormElementMap
|
|
|
vo.setIsExistData(false);
|
|
|
try {
|
|
|
//获取实体表是否存储数据
|
|
|
- vo.setIsExistData(jdbcTemplate.queryForObject("select count(0) > 0 from " + vo.getTabChName(), Boolean.class));
|
|
|
+ vo.setIsExistData(jdbcTemplate.queryForObject("select count(0) > 0 from " + vo.getTabEnName(), Boolean.class));
|
|
|
} catch (Exception ignored) {
|
|
|
+ ignored.printStackTrace();
|
|
|
}
|
|
|
//获取项目列表
|
|
|
List<String> list = baseMapper.selectProjectList(id);
|