Merge branch 'hotfix/Hotfix-1' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -53,8 +53,7 @@ public class ToscaSalesController {
|
|||||||
@RequestMapping(value = "ripubblicaImpegnato", method = RequestMethod.POST)
|
@RequestMapping(value = "ripubblicaImpegnato", method = RequestMethod.POST)
|
||||||
public @ResponseBody
|
public @ResponseBody
|
||||||
ServiceRestResponse ripubblicaImpegnato(HttpServletRequest request,
|
ServiceRestResponse ripubblicaImpegnato(HttpServletRequest request,
|
||||||
@RequestParam(CommonConstants.PROFILE_DB) String profileDB,
|
@RequestParam(CommonConstants.PROFILE_DB) String profileDB
|
||||||
@RequestPart() MultipartFile file
|
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
toscaSalesService.republishOrders();
|
toscaSalesService.republishOrders();
|
||||||
|
|||||||
Reference in New Issue
Block a user