From ebd350fdcd24a78121770283d4de142f7479c2bd Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期二, 27 五月 2025 17:57:59 +0800
Subject: [PATCH] #ZH
---
src/main/resources/mapper/BasCrnErrorMapper.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/mapper/BasCrnErrorMapper.xml b/src/main/resources/mapper/BasCrnErrorMapper.xml
index e911e0f..ab48327 100644
--- a/src/main/resources/mapper/BasCrnErrorMapper.xml
+++ b/src/main/resources/mapper/BasCrnErrorMapper.xml
@@ -4,12 +4,12 @@
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
<resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasCrnError">
- <id column="error_code" property="errorCode" />
- <result column="err_name" property="errName" />
- <result column="modi_user" property="modiUser" />
- <result column="modi_time" property="modiTime" />
- <result column="appe_user" property="appeUser" />
- <result column="appe_time" property="appeTime" />
+ <id column="ERROR_CODE" property="errorCode" />
+ <result column="ERR_NAME" property="errName" />
+ <result column="MODI_USER" property="modiUser" />
+ <result column="MODI_TIME" property="modiTime" />
+ <result column="APPE_USER" property="appeUser" />
+ <result column="APPE_TIME" property="appeTime" />
</resultMap>
--
Gitblit v1.9.1