This commit is contained in:
qianhao.xu 2024-12-23 13:49:34 +08:00
parent 3a44daaa55
commit 4bec048c36
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
"DemoMode": false, //
"SingleLogin": false, //
"Upload": {
"rootDirectory": "F:/MES/file",
"rootDirectory": "D:/MES_test/file",
"uploadUrl": "http://127.0.0.1:7000", //访
"localSavePath": "", // wwwroot+localSavePath
"maxSize": 15, // 15M

View File

@ -174,7 +174,7 @@ public class WorkorderProgressService : BaseService<ProWorkorder>, IWorkorderPro
log.Workorder = workOrder;
log.Status = 1;
log.CreatedTime = DateTime.Now;
log.CreatedBy = "MES";
log.CreatedBy = "终检台";
return Context.Insertable(log).ExecuteCommand();
}

View File

@ -552,7 +552,7 @@ namespace DOAN.Service.MES.bigScreen
{
EchartsOptions echartsOptions = new EchartsOptions();
echartsOptions.Title = new EchartsTitle("获取各时段各组累计完工数折线图", "获取各时段各组累计完工数折线图");
echartsOptions.Title = new EchartsTitle("今日各组实时累计完工数与计划完工数折线图", "获取今日各组实时累计完工数折线图");
//横轴 8:00 20:00 每10分钟累加一次
// 1.获取这个班组工作时间