资料中心查询条件

This commit is contained in:
yuezhihang
2022-07-11 14:53:48 +08:00
parent 1d8d48976a
commit f2ab31c4c4
2 changed files with 3 additions and 3 deletions
@@ -41,7 +41,7 @@ public class WorkGroupController extends BaseController<WorkGroup> {
if (isDistinct(workGroup.getWorkGroup(),null)){
if (iWorkGroupService.add(workGroup)){
return Result.success("200",null,true);
return Result.success("200","新增成功",true);
}else {
return Result.error("201","新增失败",false);
@@ -28,10 +28,10 @@
and zd.id=#{flieM.treeId}
</if>
<if test="flieM.dataType != null and flieM.dataType != ''">
AND fm.data_type = #{flieM.dataType}
AND fm.data_type like concat('%',#{flieM.dataType},'%')
</if>
<if test="flieM.dataTitle != null and flieM.dataTitle != ''">
AND fm.data_title = #{flieM.dataTitle}
AND fm.data_title like concat('%',#{flieM.dataTitle},'%')
</if>
<if test="flieM.startDataUploadTime != null ">
AND fm.data_upload_time &gt;= #{flieM.startDataUploadTime}