iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/PdaService.cs
@@ -473,6 +473,7 @@ /// <param name="input"></param> /// <returns></returns> [HttpPost("outBoundWorkPiece")] [DisableOpLog] [UnitOfWork] public async Task<string> outBoundWorkPiece([FromBody] OutBoundInput input) { @@ -539,6 +540,7 @@ /// <param name="input"></param> /// <returns></returns> [HttpPost("getOutBoundWorkPieceInfoCount")] [DisableOpLog] public async Task<string> GetOutBoundWorkPieceInfoCount() { DateTimeOffset now = DateTimeOffset.Now; // 获取当前时间,包括时区偏移量