Commit a8e81ed0 authored by 麻笑宇's avatar 麻笑宇

1.公司详情增加证件类型

2.人员列表增加设备类型字段和筛选字段为equipTypeName,筛选条件为equipType
parent a6860509
......@@ -121,6 +121,9 @@
<if test="map.equipType != null and map.equipType != ''">
AND tui.equip_type LIKE concat ( '%', #{map.equipType}, '%' )
</if>
<if test="map.phone != null and map.phone != ''">
AND tui.phone LIKE concat ( '%', #{map.phone}, '%' )
</if>
</select>
<select id="getPostList" resultType="java.util.Map">
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