Explorar el Código

* 代码优化

顾绍勇 hace 5 años
padre
commit
7fff2e7088
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      src/main/resources/mapper/TaHousingResourcesMapper.xml

+ 0
- 2
src/main/resources/mapper/TaHousingResourcesMapper.xml Ver fichero

@@ -45,8 +45,6 @@
45 45
             AND t.`status` > 0
46 46
             AND t4.`status` = 1
47 47
         <if test = "source == 'raiseChoose'">
48
-            AND ( t6.`status` != 0 OR t6.`status` IS NULL )
49
-            AND t7.raise_start_time &lt;= now() AND t7.raise_end_time &gt;= now()
50 48
             <if test="personId != null and personId != ''">
51 49
                 AND (t6.person_id != #{personId} OR t6.person_id IS NULL)
52 50
             </if>