nnnjjj123
2021-01-14 22515dce96ad77542ce71375004d0c45aee049e8
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">