username@email.com
2024-10-14 e6c74bf2f4926aa62b4442169f55b8fbccf33300
审批时间5分钟以内可以再次审批
1个文件已修改
8 ■■■■■ 已修改文件
cylsg/cylsg.Application/Orders/OrderCompanyAppService.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cylsg/cylsg.Application/Orders/OrderCompanyAppService.cs
@@ -723,6 +723,14 @@
            //{
            //    throw Oops.Oh("该招工状态已无法打卡确认!");
            //}
            if (orderBiddingDetail.IsShenPi.HasValue && orderBiddingDetail.IsShenPi == (int)IsShenPis.yishenpi && orderBiddingDetail.ShenPitime.HasValue && orderBiddingDetail.ShenPitime <= DateTime.Now.AddMinutes(-5))
            {
                throw Oops.Oh("审批时间已经超过5分钟,无法重新审批!");
            }
            var res = false;
            try
            {