Commit ec687e8a authored by tianyiming's avatar tianyiming

是否车用启用证过滤

parent 6beb2061
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
and tjurm.certificate_status = #{dto.certificateStatus} and tjurm.certificate_status = #{dto.certificateStatus}
</if> </if>
<if test="dto.isCyl != null and dto.isCyl == 1 "> <if test="dto.isCyl != null and dto.isCyl == 1 ">
AND tjurm.reg_type != '车用气瓶登记' AND tjurm.reg_type == '车用气瓶登记'
</if> </if>
ORDER BY tjurm.rec_date DESC ORDER BY tjurm.rec_date DESC
</where> </where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment