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
fix:[资源库管理]通知bug
master
15881625488@163.com
2 months ago
parent
b18ee20d91
commit
b99109ebe8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java
+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java
View File
@ -1479,7 +1479,7 @@ public class MjyServiceImpl extends ServiceImpl
implements IMjyS
*
@return
*
/
private
String
getUrlQz
(
String
tab
)
{
return
"/resource/
gyzj
/"
+
tab
;
return
"/resource/
mjy
/"
+
tab
;
}
}
Write
Preview
Loading…
Cancel
Save