|
@@ -414,7 +414,7 @@ public R list(String zfrNumber, String zciStatus, String zciInvoiceStatus,
|
|
|
* @param zciId
|
|
* @param zciId
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- @PreAuthorize(hasPermi = "service:cost:changeZfiStatus")
|
|
|
|
|
|
|
+ @PreAuthorize(hasPermi = "service:cost:pay")
|
|
|
@Log(title = "缴费", businessType = BusinessType.UPDATE)
|
|
@Log(title = "缴费", businessType = BusinessType.UPDATE)
|
|
|
@PutMapping("/changeZfiStatus/{zciId}")
|
|
@PutMapping("/changeZfiStatus/{zciId}")
|
|
|
public R changezfiStatus(@PathVariable String zciId) throws Exception
|
|
public R changezfiStatus(@PathVariable String zciId) throws Exception
|