|
@@ -20,9 +20,9 @@ func AddAcceptance(in *biservice.AcceptanceReq, DkPersonMap []map[string]interfa
|
|
|
is_clue := 1
|
|
|
acceptance_no := fmt.Sprintf("SLD%s%s", time.Now().Format(date.Date_Short_Layout), FindNumber("sld"))
|
|
|
acceptanceMap := map[string]interface{}{
|
|
|
- "acceptance_no": acceptance_no,
|
|
|
- "propose_type": in.ProposeType,
|
|
|
- //"propose_time": in.ProposeTime,
|
|
|
+ "acceptance_no": acceptance_no,
|
|
|
+ "propose_type": in.ProposeType,
|
|
|
+ "propose_time": in.ProposeTime,
|
|
|
"channel": in.Channel,
|
|
|
"acceptance_type": in.AcceptanceType,
|
|
|
"status": in.Status,
|