Ver código fonte

* 代码优化

顾绍勇 5 anos atrás
pai
commit
7fff2e7088

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

@@ -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>