Commit 5e7a032d by yangjinhu

NS id修改

parent 836ad5c8
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId> <artifactId>springfox-swagger-ui</artifactId>
<version>2.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
t1.create_user_id, t1.create_user_id,
t1.create_user, t1.create_user,
t1.is_manage_cost, t1.is_manage_cost,
t2.ns_accounting_subject_id t1.ns_accounting_subject_id
from cost_type t1 from cost_type t1
left join accounting_subject t2 on t1.accounting_subject_id = t2.id 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}
......
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