Commit a03d4f66 by liuyang

2024-06-27 修改app角色权限查询公司

parent 8f52b7af
......@@ -647,7 +647,7 @@
h.finish_date as completeDate,
sum(h.total_weight) as totalWeight,
sum(h.finish_weight) as finishWeight
from ${hggpSchema}.HGSC005a h inner join ${hggpSchema}.HGSC007 h2 on h.id = h2.order_detail_id
from ${hggpSchema}.HGSC005a h inner join ${hggpSchema}.HGSC007 h2 on h.company_code = h2.company_code AND h.proj_code = h2.proj_code
where 1 = 1
<include refid="appCondition"/>
<isNotEmpty prepend=" AND " property="accountCode">
......
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