|
|
|
@@ -75,6 +75,11 @@ public class WxBillOtherController extends BaseController { |
|
|
|
return new ResultData(Result.SUCCESS, "查询成功", wxBillOtherService.getById(id)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 结单 |
|
|
|
* @param id |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@GetMapping("/updatePaid") |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
@SystemControllerLog(description = "其它账单-支付更新") |
|
|
|
|