Ver Fonte

【企业微信 人员离职申请审核操作没有自动移除成员】

wuyx há 2 anos atrás
pai
commit
4eb8d53f3d

+ 1 - 1
uas-office-qywx/src/main/java/com/usoftchina/uas/office/qywx/service/UasEmployeeService.java

@@ -55,7 +55,7 @@ public class UasEmployeeService extends AbstractService {
     }
 
     public Employee getByCode(String code) {
-        return queryForBean("select * from employee where em_code=? and em_class<>'离职'", Employee.class, code);
+        return queryForBean("select * from employee where em_code=?", Employee.class, code);
     }
 
     public void setQywx(Employee employee) {