MES.Service/bin/Debug/net8.0/MES.Service.dllBinary files differ
MES.Service/bin/Debug/net8.0/MES.Service.pdbBinary files differ
MES.Service/bin/Release/net8.0/MES.Service.dllBinary files differ
MES.Service/bin/Release/net8.0/MES.Service.pdbBinary files differ
MES.Service/service/QC/RKJService.cs
@@ -808,4 +808,29 @@ return Convert.ToInt32(rkjDto.gid); } public int cleanReqResult(RKJDto dto) { if (isRk(dto.gid)) throw new Exception("已有条码入库,不允许清除检验结果"); return SqlSugarHelper.UseTransactionWithOracle(db => { return db.Updateable<QsItemOqcReq>() .SetColumns(s => s.FcheckResu == null) .Where(s => s.Id == dto.gid).ExecuteCommand(); }); } private bool isRk(int? gid) { var db = SqlSugarHelper.GetInstance(); return db.Queryable<QsItemOqcReq, MesInvItemIns, MesInvItemInCDetails>( (a, b, c) => new JoinQueryInfos( JoinType.Inner, a.BillNo == b.BillNo, JoinType.Inner, b.Id == c.ItemInId )) .Where((a, b, c) => a.Id == gid) .Count() > 0; } } MESApplication/Controllers/QC/RKJController.cs
@@ -365,4 +365,27 @@ return ResponseResult.ResponseError(ex); } } //cleanReqResult [HttpPost("cleanReqResult")] public ResponseResult cleanReqResult([FromBody] RKJDto xjDto) { try { dynamic resultInfos = new ExpandoObject(); var tbBillList = new RKJService().cleanReqResult(xjDto); resultInfos.tbBillList = tbBillList; return new ResponseResult { status = 0, message = "OK", data = resultInfos }; } catch (Exception ex) { return ResponseResult.ResponseError(ex); } } } MESApplication/bin/Debug/net8.0/MES.Service.dllBinary files differ
MESApplication/bin/Debug/net8.0/MES.Service.pdbBinary files differ
MESApplication/bin/Debug/net8.0/MESApplication.dllBinary files differ
MESApplication/bin/Debug/net8.0/MESApplication.exeBinary files differ
MESApplication/bin/Debug/net8.0/MESApplication.pdbBinary files differ
MESApplication/bin/Release/net8.0/MES.Service.dllBinary files differ
MESApplication/bin/Release/net8.0/MES.Service.pdbBinary files differ
MESApplication/bin/Release/net8.0/MESApplication.dllBinary files differ
MESApplication/bin/Release/net8.0/MESApplication.exeBinary files differ
MESApplication/bin/Release/net8.0/MESApplication.pdbBinary files differ
MESApplication/bin/Release/net8.0/publish/MES.Service.dllBinary files differ
MESApplication/bin/Release/net8.0/publish/MES.Service.pdbBinary files differ
MESApplication/bin/Release/net8.0/publish/MESApplication.dllBinary files differ
MESApplication/bin/Release/net8.0/publish/MESApplication.exeBinary files differ
MESApplication/bin/Release/net8.0/publish/MESApplication.pdbBinary files differ