This website works better with JavaScript
Home
Explore
Help
Sign In
cnbg
/
cnbg-be
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Merge branch 'feat-oe' into temp-pre
lixuesong
2 years ago
parent
e7a1ac1943
cf8490655b
commit
56e20ec5b9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/oe/controller/OeDictController.java
+ 1
- 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/oe/controller/OeDictController.java
View File
@@ -64,6 +64,6 @@ public class OeDictController {
default:
}
- return
null
;
+ return
R.ok(list)
;
}
}