java110 %!s(int64=5) %!d(string=hai) anos
pai
achega
a863c45c93

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

@@ -81,7 +81,8 @@
         from u_org_staff_rel t,u_org uo,u_user uu
         where t.org_id = uo.org_id
         and t.staff_id = uu.user_id
-        <if test="statusCd ==null or statusCd != '1'">
+
+        <if test='statusCd ==null or statusCd != "1"'>
             and uu.status_cd = '0'
             and uo.status_cd = '0'
             and t.status_cd= '0'