@@ -253,6 +253,13 @@ func ContractBreach(ctx context.Context, req *http_model.ContractBreachRequest)
}
+ if req.DefaultStatus == 5 {
+ err = SetTalentIncome(context.Background(), taskIds)
+ if err != nil {
+ logrus.WithContext(ctx).Errorf("[BreachPending] call SetTalentIncome error, err:%+v", err)
+ return err
+ }
return nil