Browse Source

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

傅行帆 5 years ago
parent
commit
7f52df5224
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaHousingResourcesMapper.xml

+ 1
- 1
src/main/resources/mapper/TaHousingResourcesMapper.xml View File

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