Commit a22fb156 authored by 李成龙's avatar 李成龙

修改:增加维保备案联系人和电话

parent d9e0704e
...@@ -1329,7 +1329,7 @@ ...@@ -1329,7 +1329,7 @@
</if> </if>
</otherwise> </otherwise>
</choose> </choose>
ORDER BY ui.REC_DATE DESC ORDER BY factoryNum ASC,ui.REC_DATE DESC
) aa ) aa
<where> <where>
<if test="jsonObject.equDefineName != null and jsonObject.equDefineName != ''"> <if test="jsonObject.equDefineName != null and jsonObject.equDefineName != ''">
...@@ -1450,7 +1450,7 @@ ...@@ -1450,7 +1450,7 @@
<foreach collection="records" item="record" open="(" close=")" separator=","> <foreach collection="records" item="record" open="(" close=")" separator=",">
#{record} #{record}
</foreach> </foreach>
ORDER BY ui.REC_DATE DESC ORDER BY factoryNum ASC,ui.REC_DATE DESC
</select> </select>
<select id="queryForFlowingEquipList" <select id="queryForFlowingEquipList"
resultType="com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto"> resultType="com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto">
......
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