Commit f297ed3c by huluobin

# update

parent 5b25ab08
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
t1.create_user, t1.create_user,
t1.is_manage_cost t1.is_manage_cost
from cost_type t1 from cost_type t1
left join accounting_subject t2 on t1.accounting_subject_no = t2.subject_no left join accounting_subject t2 on t1.accounting_subject_id = t2.id
where t1.cost_template_type =#{req.costTemplateType} where t1.cost_template_type =#{req.costTemplateType}
<if test="req.accountingSubjectNo !=null and req.accountingSubjectNo!='' "> <if test="req.accountingSubjectNo !=null and req.accountingSubjectNo!='' ">
and t1.accounting_subject_no = #{req.accountingSubjectNo} and t1.accounting_subject_no = #{req.accountingSubjectNo}
......
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