|
@@ -217,10 +217,10 @@ public class IposFeignController extends BaseFeignController {
|
|
|
details.add(station);
|
|
details.add(station);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- VaultsResponse vaultsResponse = splitService.delayConfirm(records,details);
|
|
|
|
|
|
|
+ /* VaultsResponse vaultsResponse = splitService.delayConfirm(records,details);
|
|
|
if(!vaultsResponse.validate()){
|
|
if(!vaultsResponse.validate()){
|
|
|
records.setComment(vaultsResponse.getMessage());
|
|
records.setComment(vaultsResponse.getMessage());
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
records.setStatus(2);
|
|
records.setStatus(2);
|
|
|
splitRecordsService.save(records);
|
|
splitRecordsService.save(records);
|
|
|
splitRecordsDetailService.saveBatch(details);
|
|
splitRecordsDetailService.saveBatch(details);
|