Commit 0adf77d2 by jiang'yun

修改

parent 639d93f1
......@@ -192,6 +192,14 @@ public class SjDjjcController extends BaseController
return getDataTable(list);
}
@GetMapping("/getList")
public TableDataInfo apiList(SjDjjc sjDjjc)
{
// startPage();
List<SjDjjc> list = sjDjjcService.selectSjDjjcList(sjDjjc);
return getDataTable(list);
}
/**
* 获取井号下拉框
* @param sjDjjc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment