From 1e0beb1fe98f1d4a2bc93a5654443a84efda3d8e Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期五, 24 一月 2025 09:33:51 +0800
Subject: [PATCH] device
---
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java
index 86c2365..8b6c38e 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java
@@ -1,5 +1,6 @@
package com.dy.pmsGlobal.daoPr;
+import cn.hutool.json.JSONObject;
import com.dy.pmsGlobal.pojoPlt.PltProduct;
import com.dy.pmsGlobal.pojoPr.PrOrder;
import org.apache.ibatis.annotations.Mapper;
@@ -34,4 +35,6 @@
boolean exists(@Param("name") String name, @Param("id") Long id);
int updateByPrimaryKeySelective(PrOrder record);
+
+ List<JSONObject> queryStatisticOrder();
}
--
Gitblit v1.8.0