main
liu 10 months ago
parent 0c6a29ed55
commit cddcb8a298

@ -17,10 +17,6 @@ public class FindItemDetailHandler {
private CommonQueryDao commonQueryDao; private CommonQueryDao commonQueryDao;
public List<String> findItemDetail(String itemVid, String itemType, String edgeType) { public List<String> findItemDetail(String itemVid, String itemType, String edgeType) {
List<String> itemDetail = commonQueryDao.findItemDetail(itemVid, edgeType, itemType); return commonQueryDao.findItemDetail(itemVid, edgeType, itemType);
if (CollUtil.isEmpty(itemDetail)){
throw new BusinessException("未找到事项信息");
}
return itemDetail;
} }
} }

@ -11,6 +11,5 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor @AllArgsConstructor
public class SingleTalkReqVO { public class SingleTalkReqVO {
private String userTalk; private String userTalk;
} }

@ -99,7 +99,7 @@ cql:
logging: logging:
level: level:
org.nebula.contrib: INFO org.nebula.contrib: DEBUG
youdao: youdao:
qanthing: qanthing:

Loading…
Cancel
Save