model/quotationStatus.go @@ -105,9 +105,11 @@ return } records := []*QuotationStatus{ //{1, "顺丰"}, //{2, "德邦"}, //{3, "中远海运"}, {1, "已创建"}, {2, "已发送"}, {3, "已审批"}, {4, "已拒绝"}, {5, "已接受"}, } err := slf.CreateBatch(records)