zengh
2021-01-15 58d92eba8c87fdc91abd928d1b5d3da5a9ef52e8
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">