|
@@ -191,7 +191,7 @@ public class CwFinanceInvoiceController {
|
|
|
* @param cwFinanceInvoiceDTO
|
|
* @param cwFinanceInvoiceDTO
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- @ApiLog(value = "保存发票数据-流程", type = LogTypeEnum.SAVE)
|
|
|
|
|
|
|
+ @ApiLog(value = "仅作为单独保存发票数据接口使用", type = LogTypeEnum.SAVE)
|
|
|
@PreAuthorize("hasAnyAuthority('cw_finance:invoice:add','cw_finance:invoice:edit')")
|
|
@PreAuthorize("hasAnyAuthority('cw_finance:invoice:add','cw_finance:invoice:edit')")
|
|
|
@PostMapping("saveFormOnly")
|
|
@PostMapping("saveFormOnly")
|
|
|
public ResponseEntity saveFormOnly(@Valid @RequestBody CwFinanceInvoiceDTO cwFinanceInvoiceDTO) throws Exception {
|
|
public ResponseEntity saveFormOnly(@Valid @RequestBody CwFinanceInvoiceDTO cwFinanceInvoiceDTO) throws Exception {
|