From 4611ca4bdc90ed83f533d759bf54ddb8ff70afab Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期四, 28 十一月 2024 01:23:44 +0800
Subject: [PATCH] 进度上报、查看
---
business/src/main/resources/mapper/ProjectInfoMapper.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/business/src/main/resources/mapper/ProjectInfoMapper.xml b/business/src/main/resources/mapper/ProjectInfoMapper.xml
index 04aa6e3..4beeb90 100644
--- a/business/src/main/resources/mapper/ProjectInfoMapper.xml
+++ b/business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.ycl.mapper.ProjectInfoMapper">
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
- <resultMap id="BaseResultMap" type="com.ycl.domain.vo.ProjectInfoVO">
+ <resultMap id="BaseResultMap" type="com.ycl.domain.entity.ProjectInfo">
<id column="id" property="id"/>
<result column="project_name" property="projectName" />
<result column="project_code" property="projectCode" />
@@ -33,8 +33,8 @@
<result column="project_owner_unit" property="projectOwnerUnit" />
<result column="project_contact_person" property="projectContactPerson" />
<result column="contact" property="contact" />
- <result column="gmt_create_time" property="gmtCreateTime" />
- <result column="gmt_update_time" property="gmtUpdateTime" />
+ <result column="gmt_create" property="gmtCreate" />
+ <result column="gmt_update" property="gmtUpdate" />
<result column="update_by" property="updateBy" />
<result column="create_by" property="createBy" />
</resultMap>
@@ -70,8 +70,8 @@
TPI.project_owner_unit,
TPI.project_contact_person,
TPI.contact,
- TPI.gmt_create_time,
- TPI.gmt_update_time,
+ TPI.gmt_create,
+ TPI.gmt_update,
TPI.update_by,
TPI.create_by,
TPI.id
@@ -112,8 +112,8 @@
TPI.project_owner_unit,
TPI.project_contact_person,
TPI.contact,
- TPI.gmt_create_time,
- TPI.gmt_update_time,
+ TPI.gmt_create,
+ TPI.gmt_update,
TPI.update_by,
TPI.create_by,
TPI.id
--
Gitblit v1.8.0