调整权限标识

This commit is contained in:
huangdeliang
2021-03-02 15:33:53 +08:00
parent 4dd7a6f643
commit ecbc4705a2
14 changed files with 403 additions and 502 deletions

View File

@ -44,6 +44,7 @@
<if test="reviewStatus != null and type != ''"> and review_status = #{reviewStatus}</if>
<if test="isMain != null and type != ''"> and is_main = #{isMain}</if>
</where>
order by id desc
</select>
<sql id="selectSysIngreditentsByIdVo">