java110 3 éve%!(EXTRA string=óta)
szülő
commit
605fd9eeb7

+ 1 - 1
java110-db/src/main/resources/mapper/user/UserServiceDaoImplMapper.xml

@@ -456,7 +456,7 @@
     <!-- 查询员工总量 -->
     <select id="getStaffCount" parameterType="Map" resultType="Map">
         select count(1) count
-        u_user u
+        from u_user u
         <if test="orgId !=null and orgId != ''">
             left join u_org_staff_rel uosr on u.user_id = uosr.staff_id and uosr.status_cd = '0'
             left join u_org uo on uosr.org_id = uo.org_id and uo.status_cd = '0'

+ 1 - 1
service-community/pom.xml

@@ -12,7 +12,7 @@
     <artifactId>service-community</artifactId>
     <packaging>jar</packaging>
 
-    <name>CommunityService</name>
+    <name>service-community</name>
     <!-- FIXME change it to the project's website -->
     <url>http://www.example.com</url>