Ver Fonte

操作人显示不全处理

WH01243 há 1 ano atrás
pai
commit
f1d410df36
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/jfw/modules/subscribepay/src/service/invoice.go

+ 1 - 1
src/jfw/modules/subscribepay/src/service/invoice.go

@@ -1077,7 +1077,7 @@ func (this *Invoice) InvoiceSubmit() {
 	now := time.Now()
 	onlyIdentifying := encrypt.SE.DecodeString(this.GetString("onlyIdentifying"))
 	invoiceMoney := encrypt.SE.DecodeString(this.GetString("invoiceMoney"))
-	operator := encrypt.SE.DecodeString(this.GetString("operator"))
+	operator := encrypt.SE.Decode4HexByCheck(this.GetString("operator"))
 	if onlyIdentifying == "" || invoiceMoney == "" {
 		this.ServeJson(NewResult("", errors.New("传入参数不正确")))
 		return