From 8f8152bc2a8a22923b8f41689fa6d55452c73337 Mon Sep 17 00:00:00 2001 From: zhanglipeng <chinazhanglipeng@qq.com> Date: Sat, 4 Sep 2021 22:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=A7=86=E9=A2=91=E5=8D=95ID?= =?UTF-8?q?=20=E6=97=A0=E6=B3=95=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi/src/main/resources/mybatis/benyi/ByTrainVideoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi/src/main/resources/mybatis/benyi/ByTrainVideoMapper.xml b/ruoyi/src/main/resources/mybatis/benyi/ByTrainVideoMapper.xml index 01b5f1dc0..c6e8d2250 100644 --- a/ruoyi/src/main/resources/mybatis/benyi/ByTrainVideoMapper.xml +++ b/ruoyi/src/main/resources/mybatis/benyi/ByTrainVideoMapper.xml @@ -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>