This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_BACKEND
Watch
2
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
去掉测试代码
pull/122/head
zhangxin
3 years ago
parent
b955ea717b
commit
95420bfa4e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dao/base/implments/WeekModelLst.dao.impl.go
+ 0
- 1
dao/base/implments/WeekModelLst.dao.impl.go
View File
@ -382,6 +382,5 @@ func (impl *WeekModelLstDAOImplement) SelectJoinDayModel(weekModelNr int) ([]mod
if
err
!=
nil
{
return
nil
,
grmi
.
NewDataBaseError
(
err
)
}
fmt
.
Println
(
"data:"
,
data
)
return
data
,
nil
}
Write
Preview
Loading…
Cancel
Save