Browse Source

瑞思ehr第四版--取消请假的时间限制

hxx 10 months ago
parent
commit
6cf87328bb
2 changed files with 13 additions and 12 deletions
  1. 12 12
      pom.xml
  2. 1 0
      src/main/resources/ruisi/com/ruisiehr/mapper/ScheduleTaskMapper.xml

+ 12 - 12
pom.xml

@@ -79,11 +79,11 @@
 
         </dependency>
 
-<!--        <dependency>-->
-<!--            <groupId>com.oracle.database.jdbc</groupId>-->
-<!--            <artifactId>ojdbc8</artifactId>-->
-<!--            <version>21.9.0.0</version>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>com.oracle.database.jdbc</groupId>
+            <artifactId>ojdbc8</artifactId>
+            <version>21.9.0.0</version>
+        </dependency>
 
         <dependency>
             <groupId>com.alibaba</groupId>
@@ -144,13 +144,13 @@
             <systemPath>${project.basedir}/src/main/resources/lib/kingdee_Ltpa.jar</systemPath>
         </dependency>
 
-        <dependency>
-            <groupId>ruisi.yida</groupId>
-            <artifactId>ojdbc</artifactId>
-            <scope>system</scope>
-            <version>21.9.0.0</version>
-            <systemPath>${project.basedir}/src/main/resources/lib/ojdbc8-21.9.0.0.jar</systemPath>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>ruisi.yida</groupId>-->
+<!--            <artifactId>ojdbc</artifactId>-->
+<!--            <scope>system</scope>-->
+<!--            <version>21.9.0.0</version>-->
+<!--            <systemPath>${project.basedir}/src/main/resources/lib/ojdbc8-21.9.0.0.jar</systemPath>-->
+<!--        </dependency>-->
 
 
 

+ 1 - 0
src/main/resources/ruisi/com/ruisiehr/mapper/ScheduleTaskMapper.xml

@@ -58,7 +58,7 @@
         where
             isread = '不隐藏'
 --           AND (validYear= extract(year from sysdate) OR validYear IS NULL)
+          AND peopleCode = #{peopleCode}
     </select>