正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -218,6 +218,7 @@ func (gateway HttplibAlliedCreationCooperation) DividendsEstimateDividendsIncent | @@ -218,6 +218,7 @@ func (gateway HttplibAlliedCreationCooperation) DividendsEstimateDividendsIncent | ||
218 | }) | 218 | }) |
219 | var result service_gateway.GatewayResponse | 219 | var result service_gateway.GatewayResponse |
220 | err = json.Unmarshal(byteResult, &result) | 220 | err = json.Unmarshal(byteResult, &result) |
221 | + log.Logger.Debug("获取业务模块请求数据:确定预算分红激励+++++" + string(byteResult)) | ||
221 | if err != nil { | 222 | if err != nil { |
222 | return nil, fmt.Errorf("解析确定预算分红激励:%w", err) | 223 | return nil, fmt.Errorf("解析确定预算分红激励:%w", err) |
223 | } | 224 | } |
-
请 注册 或 登录 后发表评论