فهرست منبع

待审核个数修改

rgb 6 سال پیش
والد
کامیت
ce6eaf2e74

+ 10 - 0
diagbotman-service/src/main/java/com/diagbot/dto/GetConsoleOnTrialDTO.java

@@ -28,6 +28,11 @@ public class GetConsoleOnTrialDTO implements Serializable {
      * 接入模式
      */
     private String accessType;
+    
+    /**
+     * 接入模式信息
+     */
+    private String accessTypeMsg;
 
     /**
      * 是否已试用
@@ -48,4 +53,9 @@ public class GetConsoleOnTrialDTO implements Serializable {
      * 到期时间
      */
     private String expiringDate;
+    
+    /**
+     * 剩余时间
+     */
+    private String surplusTime;
 }

+ 1 - 1
diagbotman-service/src/main/resources/mapper/ProductOrderMapper.xml

@@ -76,7 +76,7 @@
     	SELECT
 			count(DISTINCT a.num)
 		from diag_product_order a join diag_order_details b on a.num=b.order_num
-		where b.audit_status is null
+		where b.audit_status=2
     </select>
 
     <select id="selectAllProductOrder" resultMap="BaseResultWrapper"