This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_CHEERSSON_BACKEND
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加查询一条时对artId的赋值
pull/108/head
zhangxin
3 years ago
parent
5ca4c12901
commit
285bfbff02
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
services/ap/implments/ArticleStockLevel.service.impl.go
+ 1
- 0
services/ap/implments/ArticleStockLevel.service.impl.go
View File
@ -674,6 +674,7 @@ func (impl *ArticleStockLevelServiceImplement) SelectOneArtStockResourceData(use
}
var
data
model
.
ArtStockResourceData
data
.
ArticleStockLevel
=
*
stock
data
.
ArtId
=
stock
.
ArtId
if
artResource
!=
nil
{
data
.
ArticleResource
=
*
artResource
}
Write
Preview
Loading…
Cancel
Save