fix
wangpengfei
2023-08-11 460e591f215fe64d6a097ff4b1ee836d181298ac
api/v1/quotation.go
@@ -98,7 +98,6 @@
   ctx.Ok()
}
// checkQuotationParams
func checkQuotationParams(quotation request.Quotation) (int, model.Quotation) {
   var errCode int
@@ -130,6 +129,8 @@
      return errCode, quotationModel
   }
   // 将时间字符转换为时间类型
   quotationModel.ValidityDate = t
   quotationModel.ClientId = quotation.ClientId
   quotationModel.QuotationStatusId = quotation.QuotationStatusId