|
@@ -69,6 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="spare != null and spare != ''">and spare = #{spare}</if>
|
|
<if test="spare != null and spare != ''">and spare = #{spare}</if>
|
|
<if test="spare1 != null and spare1 != ''">and spare1 = #{spare1}</if>
|
|
<if test="spare1 != null and spare1 != ''">and spare1 = #{spare1}</if>
|
|
<if test="dtType !=null and dtType!=''">and dt_type=#{dtType}</if>
|
|
<if test="dtType !=null and dtType!=''">and dt_type=#{dtType}</if>
|
|
|
|
+ and del_flag!='2'
|
|
</where>
|
|
</where>
|
|
ORDER BY t_id DESC
|
|
ORDER BY t_id DESC
|
|
</select>
|
|
</select>
|