Commit 1c5ad488 by huluobin

# fee 管理成本

parent acb4dc2e
...@@ -58,5 +58,8 @@ public class CostTypeResult { ...@@ -58,5 +58,8 @@ public class CostTypeResult {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime lastUpdateTime; private LocalDateTime lastUpdateTime;
@ApiModelProperty("是否管理成本")
private Integer isManageCost;
} }
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
t1.update_user_id, t1.update_user_id,
t1.last_update_time, t1.last_update_time,
t1.create_user_id, t1.create_user_id,
t1.create_user t1.create_user,
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_no = t2.subject_no
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