unCompleteNum
This commit is contained in:
@@ -78,7 +78,7 @@ public class EmployeeTrainingDAO {
|
||||
|
||||
public Integer unCompleteNum(Long shopId) {
|
||||
Example example = new Example(EmployeeTrainingDO.class);
|
||||
example.createCriteria().andEqualTo("shopId", shopId).andCondition("theoreticalExamStatus != 1").andCondition("practical_exam_status != 1", 1);
|
||||
example.createCriteria().andEqualTo("shopId", shopId).andCondition("practical_exam_status != 1");
|
||||
return employeeTrainingMapper.selectCountByExample(example);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user