Commit 6c8c1682 authored by wujiang's avatar wujiang

修改验收显示问题

parent 65b8929a
......@@ -35,7 +35,7 @@ public enum AcceptanceStatusEnum {
线下验收完成("验收完成", "10", "hygf_ys6","0"),
工程审核不通过("审核不通过", "12", "hygf_bw2","5");
工程审核不通过("并网审核不通过", "12", "hygf_bw2","5");
/**
* 名称,描述
*/
......
......@@ -22,7 +22,7 @@
WHEN bga.acceptance_status = '8' THEN '待线下验收'
WHEN bga.acceptance_status = '9' THEN '线下验收不通过'
WHEN bga.acceptance_status = '11' THEN '是否线下验收'
WHEN bga.acceptance_status = '12' THEN '并网审核不通过'
ELSE '验收完成' END AS acceptanceStatus,
bga.work_order_id workOrderId,
......
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