From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms

---
 src/main/resources/mapper/FlowStatusMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/FlowStatusMapper.xml b/src/main/resources/mapper/FlowStatusMapper.xml
index 48a6ab1..7b78d88 100644
--- a/src/main/resources/mapper/FlowStatusMapper.xml
+++ b/src/main/resources/mapper/FlowStatusMapper.xml
@@ -11,6 +11,8 @@
         <result column="str1" property="str1" />
         <result column="str2" property="str2" />
         <result column="str3" property="str3" />
+        <result column="is_asrs" property="isAsrs" />
+
 
     </resultMap>
 

--
Gitblit v1.9.1