| | |
| | | _medicineGoodsServices = medicineGoodsServices; |
| | | } |
| | | //æ¯é1ç§æ§è¡ä¸æ¬¡ |
| | | [Invoke(Begin = "2025-09-01", Interval = 1000 * 5, IsEnabled = true, SkipWhileExecuting = true)] |
| | | [Invoke(Begin = "2025-09-01", Interval = 1000 * 60, IsEnabled = true, SkipWhileExecuting = true)] |
| | | public void Run() |
| | | { |
| | | _medicineGoodsServices.GetMedicineGoodsInfom(); |
| | | //_medicineGoodsServices.ProductSynchronous(); |
| | | _medicineGoodsServices.ProductSynchronous(); |
| | | Console.WriteLine($"ç©æä¿¡æ¯ä»»å¡æ§è¡ç»æï¼{DateTime.Now}"); |
| | | } |
| | | } |
| | | } |