This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_svr
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: [模板管理] 选择检测板
master
memorylkf
2 months ago
parent
906366d5f5
commit
053227e44a
1 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/PublicController.java
+ 5
- 3
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/PublicController.java
View File
@ -320,10 +320,12 @@ public class PublicController extends BaseController {
}
/
*
*
*
查询检测板列表
*
查询检测板列表查询检测板列表
*
@param
jcb
*
@return
*
/
@GetMapping
(
"/list"
)
public
TableDataInfo
l
ist
(
Jcb
jcb
)
@GetMapping
(
"/
jcbL
ist"
)
public
TableDataInfo
jcbL
ist
(
Jcb
jcb
)
{
startPage
(
)
;
List
<
Jcb
>
list
=
jcbService
.
queryList
(
jcb
)
;
Write
Preview
Loading…
Cancel
Save