教育训练处考试制证系统后端
heheng
2025-01-22 b230852e9f5d6fa6cc46c2a68111a27011f81e0b
特种作业非煤缴费版本
已修改1个文件
2 ■■■ 文件已修改
exam-system/src/main/java/com/gkhy/exam/pay/service/impl/NonCoalPayStudentServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
exam-system/src/main/java/com/gkhy/exam/pay/service/impl/NonCoalPayStudentServiceImpl.java
@@ -68,7 +68,7 @@
    public int insertNonCoalPayStudent(NonCoalPayStudent nonCoalPayStudent) {
        checkSameData(nonCoalPayStudent);
        NonCoalPay nonCoalPay = checkNonCoalPay(nonCoalPayStudent.getNonCoalPayId());
        nonCoalPayStudent.setPayType(nonCoalPay.getPayType());
        nonCoalPayStudent.setPayType(nonCoalPay.getPayPersonType().longValue());
        nonCoalPayStudent.setCreateBy(SecurityUtils.getUsername());
        return nonCoalPayStudentMapper.insertNonCoalPayStudent(nonCoalPayStudent);
    }