Ver código fonte

修改“交易系统转换流水查询”BUG

Administrator 5 anos atrás
pai
commit
86718ddfa0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      controllers/szdz/szdz.go

+ 1 - 1
controllers/szdz/szdz.go

@@ -308,7 +308,7 @@ func QueryConvertLog(c *gin.Context) {
 		direction := "-"
 		// 数量
 		qty := v.Outvalue
-		if v.Converttype == 1 || v.Converttype == 2 {
+		if v.Converttype == 1 || v.Converttype == 2 || v.Converttype == 5 {
 			direction = "+"
 			qty = v.Invalue
 		}