修改bug

This commit is contained in:
bianyadong
2024-05-17 14:22:29 +08:00
parent 025d79056e
commit dc2a5c71ff
3 changed files with 8 additions and 9 deletions

View File

@@ -637,7 +637,7 @@ public class EmployeeTrainingServiceImpl implements EmployeeTrainingService {
employeeTrainingDAO.updateByPrimaryKeySelective(employeeTrainingDO);
//查询员工是否全部培训完成
Integer unCompleteNum = employeeTrainingDAO.unCompleteNum();
Integer unCompleteNum = employeeTrainingDAO.unCompleteNum(tempUserDetailDO.getShopId());
if (unCompleteNum != null && unCompleteNum == 0) {
// 培训全部结束