src/main/java/org/springblade/modules/jingdan/mapper/JingdanMapper.xml
@@ -138,6 +138,12 @@ <if test="rName!=null and rName!=''"> rName, </if> <if test="czTime!=null and czTime!=''"> czTime, </if> <if test="bz!=null and bz!=''"> bz, </if> </trim> </sql> <sql id="value"> @@ -193,6 +199,12 @@ <if test="rName!=null and rName!=''"> #{rName}, </if> <if test="czTime!=null and czTime!=''"> #{czTime}, </if> <if test="bz!=null and bz!=''"> #{bz}, </if> </trim> </sql> <insert id="insert">