소스 검색

Merge branch '2.4' into debug

ziwen 2 년 전
부모
커밋
f4d6035f08
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      controller/contract/register.go

+ 0 - 1
controller/contract/register.go

@@ -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