Merge branch 'hotfix/Hotfix-1' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-13 11:50:48 +01:00

View File

@@ -53,8 +53,7 @@ public class ToscaSalesController {
@RequestMapping(value = "ripubblicaImpegnato", method = RequestMethod.POST)
public @ResponseBody
ServiceRestResponse ripubblicaImpegnato(HttpServletRequest request,
@RequestParam(CommonConstants.PROFILE_DB) String profileDB,
@RequestPart() MultipartFile file
@RequestParam(CommonConstants.PROFILE_DB) String profileDB
) {
try {
toscaSalesService.republishOrders();