1
0

2 Commits 0e895ffd05 ... 68fbd38396

Autor SHA1 Mensagem Data
  Wayne 68fbd38396 Merge branch 'master' of http://8.137.121.180:10880/longping/subject_gxj há 3 meses atrás
  Wayne cc0dd18ebb 重点项目库由之前的抓取1亿元以上项目改为抓取1亿元以上项目 há 3 meses atrás

+ 1 - 1
projects-service/src/main/java/com/rtrh/projects/modules/projects/mapper/SubInfoMapper.xml

@@ -400,7 +400,7 @@
             <if test="status != null and status != ''">
                 AND status = #{status}
             </if>
-            AND amt_total &gt;= 10000
+            AND amt_total &gt;= 100000
         </where>
     </select>