本地时间修正
This commit is contained in:
@@ -132,7 +132,7 @@ namespace ZR.Service.mes.qc
|
||||
public int WriteProcessFlow_first(string workorderID, DateTime time)
|
||||
{
|
||||
ProWorkordertimeStep step = new ProWorkordertimeStep();
|
||||
step.FirstInspectTime = time;
|
||||
step.FirstInspectTime = time.ToLocalTime();
|
||||
step.CreatedTime = DateTime.Now;
|
||||
step.WorkoderId = workorderID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user