Parcourir la source

用户画像大屏优化

wangxx il y a 1 mois
Parent
commit
149f61ce58

+ 0 - 1
airport-ledger/src/main/resources/mapper/ledger/LedgerPatrolInspectionMapper.xml

@@ -37,7 +37,6 @@
37
 
37
 
38
     <select id="selectList" parameterType="com.sundot.airport.ledger.domain.LedgerPatrolInspection" resultMap="BaseResultMap">
38
     <select id="selectList" parameterType="com.sundot.airport.ledger.domain.LedgerPatrolInspection" resultMap="BaseResultMap">
39
         <include refid="selectVo"/>
39
         <include refid="selectVo"/>
40
-        WHERE del_flag = '0'
41
         <if test="deptName != null and deptName != ''">AND dept_name LIKE CONCAT('%', #{deptName}, '%')</if>
40
         <if test="deptName != null and deptName != ''">AND dept_name LIKE CONCAT('%', #{deptName}, '%')</if>
42
         <if test="teamName != null and teamName != ''">AND team_name LIKE CONCAT('%', #{teamName}, '%')</if>
41
         <if test="teamName != null and teamName != ''">AND team_name LIKE CONCAT('%', #{teamName}, '%')</if>
43
         <if test="inspectorName != null and inspectorName != ''">AND inspector_name LIKE CONCAT('%', #{inspectorName}, '%')</if>
42
         <if test="inspectorName != null and inspectorName != ''">AND inspector_name LIKE CONCAT('%', #{inspectorName}, '%')</if>