| | |
| | | <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"> |
| | |
| | | <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"> |
| | |
| | | <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"> |