From bdf78d02a63e51d5ffd0707c0c08fde1180f1f51 Mon Sep 17 00:00:00 2001 From: jiangboyang Date: Sat, 30 Oct 2021 15:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=92=E7=BB=9D=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E6=97=B6=20is=5Fdenied=E5=AD=97=E6=AE=B5=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E7=BD=AE=E4=B8=BA1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/handle.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/handle.go b/pkg/service/handle.go index 8de8e82..b5e176d 100644 --- a/pkg/service/handle.go +++ b/pkg/service/handle.go @@ -195,6 +195,7 @@ func (h *Handle) circulation() (err error) { Where("id = ?", h.workOrderId). Updates(map[string]interface{}{ "state": stateValue, + "is_denied": h.flowProperties, "related_person": h.updateValue["related_person"], }).Error if err != nil {