Commit 9a007493 authored by KeYong's avatar KeYong

修改bug

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