Commit a36d9750 authored by solho's avatar solho

feat:命名規範增加對應客戶

parent 82bbb942
......@@ -51,7 +51,7 @@ namespace WebAPI.Controllers
var dysql = Conn.QueryBuilder($@"
select epci.customer_name,eppi.ctrl_proc_zh_tw,eppi.ctrl_proc_zh_cn,ebfr.* from evw_p_proc_info eppi
left join evw_p_case_info epci on epci.case_id=eppi.case_id
inner join essen_back_file_rule ebfr on eppi.ctrl_proc_id=ebfr.ctrl_proc_id and eppi.country_id=ebfr.country_id
inner join essen_back_file_rule ebfr on eppi.ctrl_proc_id=ebfr.ctrl_proc_id and eppi.country_id=ebfr.country_id and epci.customer_id=ebfr.customer_id
/**where**/ ");
if (obj_input["proc_id"] != null)
{
......
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