Browse Source

负责人查询添加部门、姓名排序

HD_wangm 4 months ago
parent
commit
1fb96007bf
2 changed files with 11 additions and 0 deletions
  1. 5 0
      pom.xml
  2. 6 0
      ygtx-system/pom.xml

+ 5 - 0
pom.xml

@@ -231,6 +231,11 @@
                 <artifactId>ygtx-gxt</artifactId>
                 <version>${ygtx.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.belerweb</groupId>
+                <artifactId>pinyin4j</artifactId>
+                <version>2.5.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

+ 6 - 0
ygtx-system/pom.xml

@@ -22,6 +22,12 @@
             <groupId>com.ygtx</groupId>
             <artifactId>ygtx-common</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.belerweb</groupId>
+            <artifactId>pinyin4j</artifactId>
+            <version>2.5.0</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>