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()