Browse Source

增设一个项目对接模块;
2、每个模块增设“存在问题”;
3、拟落户地里没有“度假区”;
4、手机app中重大项目请设置成中心审核通过后再显示;
5、搜项目必须把项目名称一字不落的输入才能搜索,请增设关键词搜索功能,项目搜索只须输关键词即可;
6、新增项目请按录入顺序排列显示。

Administrator 2 years ago
parent
commit
2957ce6582

+ 1 - 0
ruoyi-system/src/main/resources/mapper/system/projectV2/ZsyzSbbzbMapper.xml

@@ -1200,6 +1200,7 @@
             <if test="shjg != null and shjg != ''">shjg = #{shjg},</if>
             <if test=" progress == 1">cjd_id = null,</if>
             <if test=" progress == 1">cjd_name = null,</if>
+            <if test=" sfwlhxxxm != null">sfwlhxxxm = #{sfwlhxxxm},</if>
         </trim>
         where id = #{id}
     </update>