From c4b2cfbdc4b31a6e37a9b51c5f69620bd5e7841f Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期六, 23 八月 2025 08:38:58 +0800
Subject: [PATCH] wcs功能完善
---
src/main/resources/mapper/BasPlcerrorMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/BasPlcerrorMapper.xml b/src/main/resources/mapper/BasPlcerrorMapper.xml
index 58c22d4..25a1fd8 100644
--- a/src/main/resources/mapper/BasPlcerrorMapper.xml
+++ b/src/main/resources/mapper/BasPlcerrorMapper.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.zy.asrs.mapper.BasPlcerrorMapper">
+<mapper namespace="com.zy.mapper.BasPlcerrorMapper">
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
- <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasPlcerror">
+ <resultMap id="BaseResultMap" type="com.zy.entity.BasPlcerror">
<result column="error_code" property="errorCode" />
<result column="error_desc" property="errorDesc" />
<result column="modi_time" property="modiTime" />
--
Gitblit v1.9.1