培训视频单ID 无法查询问题

This commit is contained in:
zhanglipeng 2021-09-04 22:31:06 +08:00
parent 7d44e1650d
commit 8f8152bc2a

View File

@ -37,6 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="classtype != null and classtype != ''"> and classtype = #{classtype}</if>
<if test="createuserid != null "> and createuserid = #{createuserid}</if>
<if test="createtime != null "> and createtime = #{createtime}</if>
<if test="id != null "> and id = #{id}</if>
</where>
</select>