Commit 3d77ec61 by MMF

MMF 2026-04-16 优化帮扶计划流程展示

parent 1b3b2403
......@@ -26,7 +26,7 @@
SELECT
bfxq.xqid,
bfxq.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc,
CONCAT( dept.create_by, dept.dept_name ) AS dwmc,
bfxq.xmid,
bfxm.xmmc,
bfxm.xmzb,
......@@ -50,7 +50,7 @@
GROUP BY
bfxq.xqid,
bfxq.dwid,
CONCAT( dept.dept_name, dept.create_by ),
CONCAT( dept.create_by, dept.dept_name ),
bfxq.xmid,
bfxm.xmmc,
bfxm.xmzb,
......
......@@ -31,7 +31,7 @@
SELECT
bfzj.zjid,
bfzj.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc,
CONCAT(dept.create_by, dept.dept_name) AS dwmc,
bfzj.zjmc,
bfzj.zjzw,
bfzj.zjzj,
......
......@@ -19,7 +19,7 @@
SELECT
ddzj.ddid,
bfzj.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc,
CONCAT(dept.create_by, dept.dept_name) AS dwmc,
ddzj.xqid,
ddzj.ddzj,
bfzj.zjmc,
......
......@@ -33,7 +33,7 @@
SELECT
bfzj.zjid,
bfzj.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc,
CONCAT( dept.create_by, dept.dept_name ) AS dwmc,
bfzj.zjmc,
bfzj.zjxb,
bfzj.csrq,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment