16639036659
2023-12-11 56c84cd7fb04407536eb0135162313029828a81f
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportRiskAnaUnitServiceImpl.java
@@ -52,7 +52,7 @@
     * 上报数据-修改待上报
     */
    @Override
    public void updateReportStatus(HandlerCJReportParam handlerReportParam) {
    public void updateReportStatus(HandlerReportParam handlerReportParam) {
        int result = preventCJReportRiskAnaUnitRepository.updateReportStatus(handlerReportParam);
        if (result < 1){
            throw new AusinessException(E.ADD_FAIL.getCode(), "CJ保存风险单元失败");