old mode 100644
new mode 100755
| | |
| | | import com.java110.utils.exception.DAOException; |
| | | import com.java110.utils.util.DateUtil; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | |
| | | return orgStaffRelDtoList; |
| | | } |
| | | |
| | | @Override |
| | | public List<OrgStaffRelDto> queryOrgInfoByStaffIdsNew(Map info) { |
| | | List<OrgStaffRelDto> orgStaffRelDtoList = sqlSessionTemplate.selectList("orgStaffRelServiceDaoImpl.queryOrgInfoByStaffIdNew", info); |
| | | return orgStaffRelDtoList; |
| | | } |
| | | |
| | | |
| | | } |