This commit is contained in:
lijiarao
2023-05-19 17:50:18 +08:00
parent 32677c53d2
commit 5abe45cddc
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
INSERT INTO `sys_permission`
VALUES ('1659118300583227393', '1433250634957398018', '编辑合同编号', '', NULL, NULL, NULL, 2,
'revenueContract:editContractNum', '0', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2023-05-18 16:46:42', NULL,
NULL, 0, 0, '1', 0);
INSERT INTO `sys_permission`
VALUES ('1658757096501161985', '1435493270476906497', '开票类型', '', NULL, NULL, NULL, 2, 'packProject:changeInvoiceInfo',
'0', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2023-05-17 16:51:25', 'LKGLZ', '2023-05-18 17:06:58', 0, 0, '1',
0);
@@ -197,6 +197,7 @@ public class PayPaymentRecordController extends JeroController<PayPaymentRecord,
* 添加开票
*/
@ApiOperation(value = "编辑开票类型", notes = "编辑开票类型")
@RequiresPermissions("packProject:changeInvoiceInfo")
@PostMapping(value = "/editBillType")
public Result<?> editBillType(@RequestBody EditBillTypeParam editBillTypeParam) {
ValidUtil.validate(editBillTypeParam);