培训视频单ID 无法查询问题
This commit is contained in:
parent
7d44e1650d
commit
8f8152bc2a
@ -37,6 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="classtype != null and classtype != ''"> and classtype = #{classtype}</if>
|
<if test="classtype != null and classtype != ''"> and classtype = #{classtype}</if>
|
||||||
<if test="createuserid != null "> and createuserid = #{createuserid}</if>
|
<if test="createuserid != null "> and createuserid = #{createuserid}</if>
|
||||||
<if test="createtime != null "> and createtime = #{createtime}</if>
|
<if test="createtime != null "> and createtime = #{createtime}</if>
|
||||||
|
<if test="id != null "> and id = #{id}</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user