添加常量及对应值

This commit is contained in:
YY
2025-07-16 17:14:46 +08:00
parent b3a475d0e5
commit b6f22eb121
9 changed files with 77 additions and 2 deletions

View File

@ -218,6 +218,7 @@
cat.annualreview_theme AS annualreviewTheme,
cat.start_time startTime,
cat.end_time endTime,
cat.category_id AS categoryId,
cat.`status`,
cat.dept_id AS deptId,
"单位" as deptName,

View File

@ -45,7 +45,8 @@
csb.NAME,
csb.id as supplierId,
cat.dept_id as deptId,
cat.annualreview_theme,
cat.annualreview_theme as annualreviewTheme,
cat.category_id categoryId,
'单位' AS deptName,
cat.start_time startTime,
cat.end_time endTime,