修改bug

This commit is contained in:
yangjun 2026-02-04 09:49:50 +08:00
parent 64458fab2d
commit f1df53a3a2
1 changed files with 1 additions and 1 deletions

View File

@ -238,6 +238,6 @@ public class NuConfigSuppliersApplyController extends JeecgController<NuConfigSu
BeanUtils.copyProperties(nuConfigSuppliersApply, suppliersInfoMQDto);
suppliersInfoMQDto.setSysOrgCode(orgCode);
rabbitMQUtil.sendToExchange("nu.suppliers.updateAuditResult", "nu.suppliers.updateAuditResult", suppliersInfoMQDto);
return Result.OK("编辑成功!");
return Result.OK("审核成功!");
}
}