1、课程实训案例关联-实训案例管理--添加任务ppt

beetlsql3-dev
wgf 2 years ago
parent 1f7e1f06aa
commit 108ffd9073

@ -73,6 +73,11 @@ public class ResourcesInfoQuery extends PageParam {
private Integer sourceType; private Integer sourceType;
/**
* (1 2 3pdf)
*/
private String resourcesInfoTypePlural;
public Long getResourcesInfoId(){ public Long getResourcesInfoId(){
return resourcesInfoId; return resourcesInfoId;
} }
@ -276,4 +281,12 @@ public class ResourcesInfoQuery extends PageParam {
public void setResourcesInfoStatus(Integer resourcesInfoStatus) { public void setResourcesInfoStatus(Integer resourcesInfoStatus) {
this.resourcesInfoStatus = resourcesInfoStatus; this.resourcesInfoStatus = resourcesInfoStatus;
} }
public String getResourcesInfoTypePlural() {
return resourcesInfoTypePlural;
}
public void setResourcesInfoTypePlural(String resourcesInfoTypePlural) {
this.resourcesInfoTypePlural = resourcesInfoTypePlural;
}
} }

@ -36,6 +36,9 @@ queryByCondition
@if(!isEmpty(resourcesInfoType)){ @if(!isEmpty(resourcesInfoType)){
and t.resources_info_type =#resourcesInfoType# and t.resources_info_type =#resourcesInfoType#
@} @}
@if(!isEmpty(resourcesInfoTypePlural)){
and find_in_set(t.resources_info_type,#resourcesInfoTypePlural#)
@}
@if(!isEmpty(resourcesInfoContent)){ @if(!isEmpty(resourcesInfoContent)){
and t.resources_info_content =#resourcesInfoContent# and t.resources_info_content =#resourcesInfoContent#
@} @}

Loading…
Cancel
Save