zou.yingbin 4 vuotta sitten
vanhempi
commit
dc1df8ebf0
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      models/ermcp3Report.go

+ 0 - 2
models/ermcp3Report.go

@@ -702,8 +702,6 @@ func (r *Ermcp3ExposureContractDetail) calc() {
 	r.BUYUSERNAME = mtpcache.GetUserNameByUserId(r.BUYUSERID)
 	r.SELLUSERNAME = mtpcache.GetUserNameByUserId(r.SELLUSERID)
 	r.USERNAME = mtpcache.GetUserNameByUserId(r.USERID)
-	// 终端取的是BUYUSERNAME显示, USERNAME是新加的, 把r.BUYUSERNAME = r.USERNAME 这样终端不用改
-	r.BUYUSERNAME = r.USERNAME
 }
 
 func (r *Ermcp3ExposureContractDetail) buildSql() string {