Commit 0eaf9b9d authored by hezhuozhi's avatar hezhuozhi

修复bug26855 监管业务系统,压力管道-工业管道,使用登记时,合并装置到已经办理使用登记的装置时,已经办理使用登记证的装置中管道长度精度错误

parent 2b352f2a
...@@ -133,6 +133,9 @@ ...@@ -133,6 +133,9 @@
<if test="dto.cityName != null and dto.cityName != ''"> <if test="dto.cityName != null and dto.cityName != ''">
and tjurm.equ_use_address LIKE CONCAT('%', #{dto.cityName}, '%') and tjurm.equ_use_address LIKE CONCAT('%', #{dto.cityName}, '%')
</if> </if>
<if test="dto.carNumber != null and dto.carNumber != ''">
and tjurm.car_number LIKE CONCAT('%', #{dto.carNumber}, '%')
</if>
ORDER BY ORDER BY
<if test="sort != null"> <if test="sort != null">
tjurm.${sort.field} ${sort.sortType}, tjurm.${sort.field} ${sort.sortType},
......
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