shenyijian
2024-09-23 8d491a439cd84ec8667e140a853040e591107fdf
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgProjectInfoMapper.xml
@@ -69,6 +69,9 @@
        <if test="dto.deptId != null and dto.deptId !=''">
            and (info.control_unit = #{dto.deptId} or info.construction_unit = #{dto.deptId})
        </if>
        <if test="dto.adCode != null and dto.adCode !=''">
            and dria."county_cd" = #{dto.adCode}
        </if>
       <if test="dto.projectSort == null">
            ORDER BY TO_NUMBER(info.project_progress) desc NULLS LAST,info.status desc
        </if>
@@ -535,7 +538,7 @@
    </select>
    <select id="projectTree" resultType="cn.gistack.sm.sg.VO.SgProjectTreeVO">
        SELECT
<!--         TOP 200 -->
       <!--  TOP 200 -->
        info.id,
        info.lot,
        dria."province_nm",
@@ -569,6 +572,9 @@
                #{id}
            </foreach>)
        </if>
        <if test="dto.adCode != null and dto.adCode !=''">
            and dria."county_cd" = #{dto.adCode}
        </if>
    </select>
    <select id="getUserS" resultType="java.lang.String">