nnnjjj123
2021-01-28 71b6b716361c52af290493d365a328fc1a3467e2
src/main/java/org/springblade/modules/jingdan/mapper/JingdanMapper.xml
@@ -49,6 +49,7 @@
        <if test="type!=null and type!=''">
            and j.type=#{type}
        </if>
        ORDER BY j.type asc,j.galarmTime desc
    </select>
    <select id="selectdInfo" resultMap="jingdanResultMap">
@@ -138,6 +139,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 +200,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">