Commit 9a007493 authored by KeYong's avatar KeYong

修改bug

parent f8a802c3
......@@ -35,4 +35,7 @@ public class PlanDetailVo extends PlanDetail {
private int executionTimes;
private String picture;
private String zid;
}
......@@ -52,8 +52,9 @@
<select id="filterList" parameterType="string" resultType="com.yeejoin.amos.fas.business.vo.PlanDetailVo">
SELECT
cpd.id
, cpd.create_date createDate
cpd.id AS id,
cpd.id AS zid,
cpd.create_date createDate
, plan_name planName
, code
, classify_id classifyId
......
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