提交代码
This commit is contained in:
parent
e60ee0d9f8
commit
529caef00d
|
@ -57,6 +57,9 @@ public class ToolController{
|
|||
if(!StringUtils.isEmpty(tool.getRelatedDisasterType())) {
|
||||
queryWrapper.eq("related_disaster_type", tool.getRelatedDisasterType());
|
||||
}
|
||||
if(!StringUtils.isEmpty(tool.getDisasterType())) {
|
||||
queryWrapper.like("disaster_type", tool.getDisasterType());
|
||||
}
|
||||
String checkd = tool.getChecked();
|
||||
if(checkd != null && checkd.equals("1")){
|
||||
queryWrapper.isNull("review_time");
|
||||
|
|
Loading…
Reference in New Issue