Commit 104bdae6 authored by solho's avatar solho

feat:essen_back_file_rule欄位新增

parent 3b3506fa
......@@ -45,7 +45,7 @@ namespace WebAPI.Controllers
using (SqlConnection Conn = new SqlConnection(connString))
{
var dysql = Conn.QueryBuilder($@"
SELECT cc.customer_name,icp.ctrl_proc_zh_tw,ebfr.* FROM essen_back_file_rule ebfr
SELECT cc.customer_name,icp.ctrl_proc_zh_tw,icp.ctrl_proc_zh_cn,ebfr.* FROM essen_back_file_rule ebfr
left join c_customer cc on cc.customer_id =ebfr.customer_id
left join i_ctrl_proc icp on icp.ctrl_proc_id =ebfr.ctrl_proc_id
/**where**/ ");
......
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