Browse Source

Merge pull request '金蝶更新' (#267) from feature_jindie into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_CHEERSSON_BACKEND/pulls/267
fix_mps
zhangxin 3 years ago
parent
commit
1777c243ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/k3cloud/service/PLN_PLANORDER.go

+ 1
- 1
utils/k3cloud/service/PLN_PLANORDER.go View File

@ -176,7 +176,7 @@ func (_this *PLN_PLANORDER_Service) Save(PlantNr int, UserId string, articleDema
}
response, err, req := _this.SaveApi(_this.FormID, request)
_response, _ := json.Marshal(response)
_response, _ := json.Marshal(*response)
if err != nil {
return "", err, req, string(_response)
}


Loading…
Cancel
Save