hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysPostServiceImpl.java
@@ -12,6 +12,8 @@ import com.hrt.system.mapper.SysPostMapper; import com.hrt.system.service.ISysPostService; import javax.annotation.Resource; /** * 岗位信息 服务层处理 * @@ -20,10 +22,10 @@ @Service public class SysPostServiceImpl implements ISysPostService { @Autowired @Resource private SysPostMapper postMapper; @Autowired @Resource private SysUserPostMapper userPostMapper; /**