ソースを参照

feat(日志):用户操作日志

liutao 5 ヶ月 前
コミット
f3127fd547

+ 2 - 0
src/main/resources/mapper/project/ProjectCoreEnterpriseMapper.xml

@@ -16,6 +16,7 @@
 			historical_cooperation_maximum_accounting_period,
 			historical_cooperation_times,
 			status statusStr,
+			errors_string,
 			gmt_modified
 		from c_project_core_enterprise where id = #{id}
 	</select>
@@ -30,6 +31,7 @@
 			t9.name coreStatusStr,
 			t1.gmt_modified,
 			t10.corporate_name supplierName,
+			t1.errors_string,
 			t1.gmt_modified
 		from c_project_core_enterprise t1
 			left join c_project_information t2 on t1.c_project_information_id = t2.id

+ 2 - 0
src/main/resources/mapper/project/ProjectInformationMapper.xml

@@ -36,6 +36,7 @@
             estimated_accounting_period,
             high_peak_usage,
             status statusStr,
+            errors_string,
             gmt_modified
         from c_project_information where id = #{value}
     </select>
@@ -63,6 +64,7 @@
             t7.name projectStatusStr,
             t8.name coreStatusStr,
             t9.corporate_name supplierName,
+            t1.errors_string,
             t1.gmt_modified
         from c_project_information t1
             left join c_enterprise t2 on t1.c_enterprise_id = t2.id