Commit 812509cc authored by 田涛's avatar 田涛

预案接口优化

parent 27fb08a5
......@@ -96,5 +96,11 @@ public class PlanDetail extends BasicEntity {
@Column(name="is_delete")
private Boolean isDelete;
/**
* 录入时间
*/
@Column(name="input_time")
private Date inputTime;
private static final long serialVersionUID = 1L;
}
\ No newline at end of file
......@@ -68,6 +68,7 @@
, update_time updateTime
, org_code orgCode
, is_delete isDelete
, input_time inputTime
, (SELECT classify_name FROM c_plan_classify_tree cpct WHERE id = cpd.classify_id) classifyName
, (SELECT count(1) FROM c_plan_operation_record cpor WHERE plan_id = cpd.id) executionTimes
FROM
......
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