WH01243 4 년 전
부모
커밋
8cd928020f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      invoice/src/service/InvoiceService.go

+ 3 - 3
invoice/src/service/InvoiceService.go

@@ -417,9 +417,9 @@ func (u *InvoiceService) Timer(swno string, saleTax string, isRed string, isfeed
 				redis.Del(core.GetConfiguration().Redis.Modules, "fp_"+swno)
 				c.Stop()
 			}
-		} else {
-			//util.Callback(swno, saleTax, "", "", "", changed, isRed, resType, "true", "", orderCode)
-			//c.Stop()
+		} else if(code==1){
+			util.Callback(swno, saleTax, "", "", "", changed, isRed, resType, "true", "", orderCode)
+			c.Stop()
 		}
 	})
 	c.Start()