|
@@ -128,6 +128,7 @@ public class BPaymentCollectionController {
|
|
|
@ApiOperation(value = "提交入账详情信息", notes = "提交入账详情信息")
|
|
|
@PostMapping("/submit/entryDetail")
|
|
|
@PreAuthorize("@ss.hasPermi('paymentCollection:submit:entryDetail')")
|
|
|
+ @Deprecated
|
|
|
public ResponseResult<Boolean> submitEntryDetail(
|
|
|
@RequestBody @Validated BillingIncomeInfoDto billingIncomeInfoDto) {
|
|
|
return ResponseResult.success(paymentCollectionService.submitEntryDetail(billingIncomeInfoDto));
|