@@ -350,7 +350,6 @@ func (rg *RegisterController) Add(c *gin.Context) {
AmountRemark: fmt.Sprint("新增", fms.ContractInvoiceKeyNameMap[opType], "金额", ia, "元"),
})
- ob := new(fms.ContractInvoice)
if e := v.Create(); e != nil {
resp.FailData("日期格式有误", "Err:"+e.Error(), c)
return