|
@@ -1,7 +1,6 @@
|
|
|
package service
|
|
|
|
|
|
import (
|
|
|
- "fmt"
|
|
|
"log"
|
|
|
|
|
|
"app.yhyue.com/moapp/jyOrder/entity"
|
|
@@ -87,7 +86,7 @@ func (s OrderService) CreateOrder(in *jyOrder.Request) (int64, string, int64) {
|
|
|
order["saleDep"] = in.SaleDep
|
|
|
order["saleMoney"] = in.SaleMoney
|
|
|
order["contract_nature"] = in.ContractNature
|
|
|
- fmt.Println("---------", order["contract_nature"])
|
|
|
+ log.Println("---------contract_nature", order["order_code"], order["contract_nature"])
|
|
|
if in.OrderChannel == "d03" {
|
|
|
delete(order, "return_status")
|
|
|
}
|