nnnjjj123
2021-01-27 5d225ee956b2e5568ef5b80e9e719b7a60eab15f
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">