mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-23 17:55:44 +08:00
Keyword 日志
This commit is contained in:
@@ -706,6 +706,7 @@ public class CasesServiceImpl implements ICasesService {
|
||||
@Override
|
||||
public Cases selectById(String id, boolean addView) {
|
||||
Cases cases = casesDao.get(id);
|
||||
log.info("-- 1 ---案例详情 = " + cases.toString());
|
||||
if (StringUtils.isBlank(cases.getKeyword1())){
|
||||
cases.setKeyword1("");
|
||||
}
|
||||
@@ -721,6 +722,7 @@ public class CasesServiceImpl implements ICasesService {
|
||||
if (StringUtils.isBlank(cases.getKeyword5())){
|
||||
cases.setKeyword5("");
|
||||
}
|
||||
log.info("-- 2 ---案例详情 = " + cases.toString());
|
||||
// if(StringUtils.isNotBlank(cases.getMajorType())){
|
||||
// DictItem dictItem = sysDictionaryDao.detail("major_type", cases.getMajorType());
|
||||
// cases.setMajorType(dictItem.getName());
|
||||
|
||||
Reference in New Issue
Block a user