LIVE_YE 2 år sedan
förälder
incheckning
71fa4ae0a3

+ 4 - 4
ruoyi-system/src/main/resources/mapper/system/fgw/FgwJdapMapper.xml

@@ -48,7 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         where id = #{id}
     </select>
 
-    <!--<select id="selectFgwJdapNum" resultMap="FgwJdapResult">
+    <select id="selectFgwJdapNum" resultMap="FgwJdapResult">
         SELECT
             ANY_VALUE(id) as id,
             xm_id
@@ -61,9 +61,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
           and sfwc = '0'
         GROUP BY
             xm_id
-    </select>-->
+    </select>
 
-    <select id="selectFgwJdapNum" resultMap="FgwJdapResult">
+    <!--<select id="selectFgwJdapNum" resultMap="FgwJdapResult">
         SELECT
             id,
             xm_id
@@ -76,7 +76,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
           and sfwc = '0'
         GROUP BY
             xm_id
-    </select>
+    </select>-->
     <select id="selectFgwJdapCqxmNum" resultMap="FgwJdapResult">
         SELECT
             xm_id

+ 4 - 4
ruoyi-system/src/main/resources/mapper/system/projectV2/ZsyzLcjlMapper.xml

@@ -44,19 +44,19 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         where id = #{id}
     </select>
 
-    <!--<select id="selectZsyzLcjlListQc" parameterType="ZsyzLcjl" resultMap="ZsyzLcjlResult">
+    <select id="selectZsyzLcjlListQc" parameterType="ZsyzLcjl" resultMap="ZsyzLcjlResult">
         select ANY_VALUE(a.id) as id, ANY_VALUE(a.xm_id) as xm_id, ANY_VALUE(a.xmbh) as xmbh, ANY_VALUE(a.xmmc)as xmmc,
                ANY_VALUE(a.dept_id) as dept_id, ANY_VALUE(a.dept_name) as dept_name, ANY_VALUE(MAX(a.cl_time)) as cl_time, ANY_VALUE(a.progress) as progress
         from (select id, xm_id, xmbh, xmmc, dept_id, dept_name, cl_time, progress
         from zsyz_lcjl order by xm_id, cl_time desc) a group by xm_id
-    </select>-->
+    </select>
 
-    <select id="selectZsyzLcjlListQc" resultType="com.ruoyi.system.domain.projectV2.ZsyzLcjl">
+    <!--<select id="selectZsyzLcjlListQc" resultType="com.ruoyi.system.domain.projectV2.ZsyzLcjl">
         select id, xm_id, xmbh, xmmc,
                dept_id, dept_name, MAX(cl_time) as cl_time, progress
         from (select id, xm_id, xmbh, xmmc, dept_id, dept_name, cl_time) as cl_time, progress
               from zsyz_lcjl order by xm_id, cl_time desc) a group by xm_id
-    </select>
+    </select>-->
 
     <insert id="insertZsyzLcjl" parameterType="ZsyzLcjl" useGeneratedKeys="true" keyProperty="id">
         insert into zsyz_lcjl

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

@@ -940,7 +940,7 @@
         order by d.update_time desc
     </select>
 
-    <!--<select id="selectZsyzSbbzbListTz" resultMap="ZsyzSbbzbResult">
+    <select id="selectZsyzSbbzbListTz" resultMap="ZsyzSbbzbResult">
         SELECT
         ANY_VALUE(a.id) AS id,
         ANY_VALUE(a.xmbh) AS xmbh,
@@ -973,9 +973,9 @@
         ) a
         GROUP BY
         a.xmbh
-    </select>-->
+    </select>
 
-    <select id="selectZsyzSbbzbListTz" resultMap="ZsyzSbbzbResult">
+    <!--<select id="selectZsyzSbbzbListTz" resultMap="ZsyzSbbzbResult">
         SELECT
         a.id,
         a.xmbh,
@@ -1007,7 +1007,7 @@
         ) a
         GROUP BY
         a.xmbh
-    </select>
+    </select>-->
 
 
     <insert id="insertZsyzSbbzb" parameterType="ZsyzSbbzb" useGeneratedKeys="true" keyProperty="id">

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

@@ -48,7 +48,7 @@
     </select>
 
 
-<!--    <select id="selectZsyzShyjListByWt" resultMap="ZsyzShyjResult">
+    <!--<select id="selectZsyzShyjListByWt" resultMap="ZsyzShyjResult">
         SELECT
         ANY_VALUE ( s.id ) as id,
         ANY_VALUE ( s.xm_id ) as xm_id ,