|
|
@@ -40,7 +40,7 @@ public class ShowBdycController extends BaseController {
|
|
|
@GetMapping(value = "/remainList")
|
|
|
public TableDataInfo remainList(BdycQuery showBdyc) {
|
|
|
startPage();
|
|
|
- showBdyc.setRectifyResult("未处理");
|
|
|
+ showBdyc.setRectifyResult("0");
|
|
|
List<ShowBdyc> list = showBdycService.getList(showBdyc);
|
|
|
return getDataTable(list);
|
|
|
}
|