From 6d08eec100243e0be59a207d57ab4db7974e51e4 Mon Sep 17 00:00:00 2001
From: yangbin <yangbin@qq.com>
Date: 星期一, 29 七月 2024 15:26:26 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/mdc_yituo

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/xml/ClassMonthlyscheduleMapper.xml |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/xml/ClassMonthlyscheduleMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/xml/ClassMonthlyscheduleMapper.xml
new file mode 100644
index 0000000..a13637a
--- /dev/null
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/xml/ClassMonthlyscheduleMapper.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="org.jeecg.modules.mdcJc.mapper.ClassMonthlyscheduleMapper">
+    <select id="findListClass" resultType="org.jeecg.modules.mdcJc.entity.ClassMonthlyschedule">
+        SELECT  * FROM T_ClassMonthlyschedule WHERE NY = #{ dateTime }
+    </select>
+
+
+    <select id="findListProductMonth" resultType="org.jeecg.modules.mdcJc.entity.ProductMonthlyschedule">
+        SELECT  * FROM T_ProductMonthlyschedule WHERE NY = #{ dateTime }
+    </select>
+
+    <select id="findListQualityMonth" resultType="org.jeecg.modules.mdcJc.entity.QualityMonth">
+        SELECT  * FROM T_Quality_monthy WHERE NY = #{ dateTime }
+    </select>
+
+</mapper>
\ No newline at end of file

--
Gitblit v1.9.3