Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/e42d7f066a48bfdc32c013946c359ae999dc7537?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:审核列表查询

dev
wangxy 1 year ago
parent a183def797
commit e42d7f066a

@ -36,7 +36,7 @@ public class ApplyController extends BaseController {
@Resource
private ApplyInfoListManager applyInfoListManager;
@ApiOperation("申请查询")
@ApiOperation("申请列表")
@PreAuthorize("@ss.hasPermi('reward:apply:list')")
@GetMapping("/list")
public TableDataInfo list(ApplyInfoListDTO applyInfoListDTO) {

@ -31,7 +31,7 @@ public class AuditController extends BaseController {
@Resource
private ApplyInfoListManager applyInfoListManager;
@ApiOperation("审核查询")
@ApiOperation("审核列表")
@PreAuthorize("@ss.hasPermi('reward:aduit:list')")
@GetMapping("/list")
public TableDataInfo list(ApplyInfoListDTO applyInfoListDTO) {

Loading…
Cancel
Save