[新增] 权限申请流程 及 工作台的接口 开发完毕

This commit is contained in:
bupengxiang
2023-04-28 09:37:11 +08:00
committed by mzaxd
parent 1763720520
commit 9c54f2d52a
@@ -304,9 +304,6 @@
<if test="pageVO.name !='' and pageVO.name != null">
and name like CONCAT(CONCAT('%',#{pageVO.name}),'%')
</if>
<if test="pageVO.keyContent !='' and pageVO.keyContent != null">
and keycontent like CONCAT(CONCAT('%',#{pageVO.keyContent}),'%')
</if>
<!--年份搜索-->
<if test="pageVO.year != null and pageVO.year.size() > 0">
and year in