|
|
|
@ -282,7 +282,7 @@ public class TestController implements ApplicationEventPublisherAware {
|
|
|
|
|
return list.isEmpty() ? new JSONObject() : list.get(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ManagerMapping(value = "/fix_transaction/{orderId}", method = RequestMethod.PUT, role = ManagerRole.DEVELOPER)
|
|
|
|
|
@ManagerMapping(value = "/fix_transaction/{orderId}", method = RequestMethod.GET, role = ManagerRole.DEVELOPER)
|
|
|
|
|
public void fixTransactionsByOrderId(@PathVariable String orderId) {
|
|
|
|
|
JSONObject order = orderMapper.find(orderId);
|
|
|
|
|
try {
|
|
|
|
|