zou.yingbin 4 vuotta sitten
vanhempi
commit
057c2b7474
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      models/tjmd.go

+ 1 - 1
models/tjmd.go

@@ -235,7 +235,7 @@ type TjmdTodayAccountMargin struct {
 
 func (r *TjmdTodayAccountMargin) calc() {
 	if len(r.INFOCONTENT) > 0 {
-		proto.Unmarshal([]byte(r.INFOCONTENT), &r.INFOC)
+		_ = proto.Unmarshal([]byte(r.INFOCONTENT), &r.INFOC)
 	}
 }