gaodd 1 год назад
Родитель
Сommit
0ecc330cfa

+ 4 - 4
src/main/java/com/chinaitop/depot/business/mapper/BusinessDrugPurchaseMapper.xml

@@ -374,10 +374,10 @@
374
   </resultMap>
374
   </resultMap>
375
 
375
 
376
   <select id="getApprovalList" resultMap="approvalResultMap" parameterType="java.util.Map" >
376
   <select id="getApprovalList" resultMap="approvalResultMap" parameterType="java.util.Map" >
377
-    SELECT
377
+    <!-- SELECT
378
     c.*
378
     c.*
379
     FROM
379
     FROM
380
-    (
380
+    ( -->
381
     SELECT
381
     SELECT
382
     a.id id,
382
     a.id id,
383
     a.apply_number apply_number,
383
     a.apply_number apply_number,
@@ -424,9 +424,9 @@
424
       ),
424
       ),
425
       b.create_time DESC
425
       b.create_time DESC
426
     </where>
426
     </where>
427
-    ) c
427
+    ) <!-- c
428
     GROUP BY
428
     GROUP BY
429
-    c.apply_number
429
+    c.apply_number -->
430
     <!--select
430
     <!--select
431
     *
431
     *
432
     from
432
     from