jiangqs
2023-04-17 ee8f800bb7a270c6347ff40a7197cdc5fc479f26
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;
    /**