修复bug
This commit is contained in:
@@ -49,6 +49,7 @@ namespace WMS.Web.Domain.QuartzJob
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
_logger.LogInformation("执行金蝶删单监测");
|
||||||
var data = DateTime.Now;
|
var data = DateTime.Now;
|
||||||
if (data.Hour == 8 || data.Hour == 12 || data.Hour == 16 || data.Hour == 20)
|
if (data.Hour == 8 || data.Hour == 12 || data.Hour == 16 || data.Hour == 20)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user