Commit 3d77ec61 by MMF

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

parent 1b3b2403
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
SELECT SELECT
bfxq.xqid, bfxq.xqid,
bfxq.dwid, bfxq.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc, CONCAT( dept.create_by, dept.dept_name ) AS dwmc,
bfxq.xmid, bfxq.xmid,
bfxm.xmmc, bfxm.xmmc,
bfxm.xmzb, bfxm.xmzb,
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
GROUP BY GROUP BY
bfxq.xqid, bfxq.xqid,
bfxq.dwid, bfxq.dwid,
CONCAT( dept.dept_name, dept.create_by ), CONCAT( dept.create_by, dept.dept_name ),
bfxq.xmid, bfxq.xmid,
bfxm.xmmc, bfxm.xmmc,
bfxm.xmzb, bfxm.xmzb,
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
SELECT SELECT
bfzj.zjid, bfzj.zjid,
bfzj.dwid, bfzj.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc, CONCAT(dept.create_by, dept.dept_name) AS dwmc,
bfzj.zjmc, bfzj.zjmc,
bfzj.zjzw, bfzj.zjzw,
bfzj.zjzj, bfzj.zjzj,
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
SELECT SELECT
ddzj.ddid, ddzj.ddid,
bfzj.dwid, bfzj.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc, CONCAT(dept.create_by, dept.dept_name) AS dwmc,
ddzj.xqid, ddzj.xqid,
ddzj.ddzj, ddzj.ddzj,
bfzj.zjmc, bfzj.zjmc,
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
SELECT SELECT
bfzj.zjid, bfzj.zjid,
bfzj.dwid, bfzj.dwid,
CONCAT( dept.dept_name, dept.create_by ) AS dwmc, CONCAT( dept.create_by, dept.dept_name ) AS dwmc,
bfzj.zjmc, bfzj.zjmc,
bfzj.zjxb, bfzj.zjxb,
bfzj.csrq, 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