@@ -730,6 +730,7 @@
-- where a_t_price.DELETED = 0
-- and a_t_price.TYPE = 1 and a_t_price.DEPARTMENT = 2
<where>
+ TYPE=1
<if test="deleted != null">
and a_t_price.DELETED = #{deleted}
</if>