This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
shenjiachi
1 week ago
parent
7067d28204
commit
8486c66c71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/svc/im/svc_customer_service.go
+ 1
- 1
app/svc/im/svc_customer_service.go
View File
@@ -114,7 +114,7 @@ func UpdateCustomerServiceMemo(req md.UpdateCustomerServiceMemoReq) (err error)
if err != nil {
return
}
if has {
if
!
has {
return errors.New("未查询到对应记录!")
}
customerService.Memo = req.Memo
Write
Preview
Loading…
Cancel
Save