|
@@ -206,6 +206,7 @@ func EditBatchReturn(ctx context.Context, param model.OrdersEditBatchReturn) err
|
|
|
id, _ := res.LastInsertId()
|
|
|
returnId = append(returnId, fmt.Sprint(id))
|
|
|
//首次回款销售业绩生效
|
|
|
+ log.Printf("%s 回款销售业绩是否生效 %v", orderCode, isFirstReturn)
|
|
|
if isFirstReturn {
|
|
|
if err := CommonChange(ctx, orderCode, param.BNKTIM, ReturnMoney); err != nil {
|
|
|
log.Printf("%s 回款销售业绩生效异常 %v", orderCode, err)
|