Bläddra i källkod

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents into dev

傅行帆 5 år sedan
förälder
incheckning
7f52df5224
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/main/resources/mapper/TaHousingResourcesMapper.xml

+ 1
- 1
src/main/resources/mapper/TaHousingResourcesMapper.xml Visa fil

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