Commit 8a6ad56b authored by KeYong's avatar KeYong

修改bug

parent dc50570f
......@@ -353,7 +353,8 @@
category.NAME AS categoryName,
category.CODE AS categoryCode,
equipment_detail.area AS address,
CONCAT(area.prevName,'-',structure.NAME) AS acre,
<!-- CONCAT(area.prevName,'-',structure.NAME) AS acre,-->
spec.position AS acre,
we.inspection_spec as inspectionSpecId,
0 as orderNo
FROM
......@@ -390,7 +391,7 @@
</if>
<if test="equipCode != '' and equipCode != null">and spec.code like concat("%", #{equipCode}, "%")</if>
<if test="equipName != '' and equipName != null">
and equipment_detail.name like CONCAT("%", #{equipName},'%')
and spec.name like CONCAT("%", #{equipName},'%')
</if>
</select>
......
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