zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs
@@ -1324,9 +1324,10 @@ //dto.Id = id; dto.Wangonger = curentuser.Id; dto.Wangongtime = DateTime.Now; dto.WangongStatus = "A"; dto.ShouliStatus = "4"; ResultEntity resultEntity = _cooperOrderService.save(dto); ResultEntity resultEntity = _cooperOrderService.Wangong(dto); return new JsonResult(resultEntity); }