Ver código fonte

EOEG SAI - 删除dept_id字段

wangggziwen 11 horas atrás
pai
commit
ffd76a85f5

+ 2 - 1
master/src/main/resources/mybatis/production/TEoegSaiCategoryMapper.xml

@@ -16,7 +16,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </resultMap>
 
     <sql id="selectTEoegSaiCategoryVo">
-        select d.sai_category_id, d.sai_category_description, d.sai_category_name, d.del_flag, d.create_by, d.create_time, d.update_by, d.update_time from t_eoeg_sai_category d
+        select d.sai_category_id, d.sai_category_description, d.sai_category_name, d.del_flag, d.create_by, d.create_time, d.update_by, d.update_time
+        from t_eoeg_sai_category d
     </sql>
 
     <select id="selectTSaiCategoryList" parameterType="TEoegSaiCategory" resultMap="TEoegSaiCategoryResult">

+ 3 - 1
master/src/main/resources/mybatis/production/TEoegSaiMapper.xml

@@ -24,7 +24,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </resultMap>
 
     <sql id="selectTEoegSaiVo">
-        select d.sai_id, d.plant_id, d.inspection_date, d.dificiency, d.sai_level, d.category, d.actions, d.user_dept, d.source, d.del_flag, d.create_by, d.create_time, d.update_by, d.update_time , d.sai_apply_id, d.applicant from t_eoeg_sai d
+        select d.sai_id, d.plant_id, d.inspection_date, d.dificiency, d.sai_level, d.category, d.actions, d.user_dept, d.source, d.del_flag, d.create_by,
+        d.create_time, d.update_by, d.update_time , d.sai_apply_id, d.applicant
+        from t_eoeg_sai d
     </sql>
 
     <select id="selectTSaiListByYear" parameterType="com.ruoyi.project.production.controller.vo.SaiQueryVO" resultMap="TEoegSaiResult">