一日流程评估页面
This commit is contained in:
@ -11,13 +11,14 @@
|
||||
<result property="standardSort" column="standard_sort"/>
|
||||
<result property="unscrambleCount" column="unscramble_count"/>
|
||||
<result property="createuser" column="createuser"/>
|
||||
<result property="score" column="score"/>
|
||||
<result property="createtime" column="createtime"/>
|
||||
<result property="updateuser" column="updateuser"/>
|
||||
<result property="updatetime" column="updatetime"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectByDayFlowStandardVo">
|
||||
select id, task_code, standard_title, standard_sort,(select count(*) from by_day_flow_unscramble where standard_id=by_day_flow_standard.id) unscramble_count, createuser, createtime, updateuser, updatetime from by_day_flow_standard
|
||||
select id, task_code, standard_title, score, standard_sort,(select count(*) from by_day_flow_unscramble where standard_id=by_day_flow_standard.id) unscramble_count, createuser, createtime, updateuser, updatetime from by_day_flow_standard
|
||||
</sql>
|
||||
|
||||
<select id="selectByDayFlowStandardList" parameterType="ByDayFlowStandard" resultMap="ByDayFlowStandardResult">
|
||||
@ -29,6 +30,7 @@
|
||||
</if>
|
||||
<if test="standardSort != null ">and standard_sort = #{standardSort}</if>
|
||||
<if test="createuser != null ">and createuser = #{createuser}</if>
|
||||
<if test="score != null ">and score = #{score}</if>
|
||||
<if test="createtime != null ">and createtime = #{createtime}</if>
|
||||
<if test="updateuser != null ">and updateuser = #{updateuser}</if>
|
||||
<if test="updatetime != null ">and updatetime = #{updatetime}</if>
|
||||
@ -47,6 +49,7 @@
|
||||
<if test="standardTitle != null and standardTitle != ''">standard_title,</if>
|
||||
<if test="standardSort != null ">standard_sort,</if>
|
||||
<if test="createuser != null ">createuser,</if>
|
||||
<if test="score != null ">score,</if>
|
||||
<if test="createtime != null ">createtime,</if>
|
||||
<if test="updateuser != null ">updateuser,</if>
|
||||
<if test="updatetime != null ">updatetime,</if>
|
||||
@ -56,6 +59,7 @@
|
||||
<if test="standardTitle != null and standardTitle != ''">#{standardTitle},</if>
|
||||
<if test="standardSort != null ">#{standardSort},</if>
|
||||
<if test="createuser != null ">#{createuser},</if>
|
||||
<if test="score != null ">#{score},</if>
|
||||
<if test="createtime != null ">#{createtime},</if>
|
||||
<if test="updateuser != null ">#{updateuser},</if>
|
||||
<if test="updatetime != null ">#{updatetime},</if>
|
||||
@ -69,6 +73,7 @@
|
||||
<if test="standardTitle != null and standardTitle != ''">standard_title = #{standardTitle},</if>
|
||||
<if test="standardSort != null ">standard_sort = #{standardSort},</if>
|
||||
<if test="createuser != null ">createuser = #{createuser},</if>
|
||||
<if test="score != null ">score = #{score},</if>
|
||||
<if test="createtime != null ">createtime = #{createtime},</if>
|
||||
<if test="updateuser != null ">updateuser = #{updateuser},</if>
|
||||
<if test="updatetime != null ">updatetime = #{updatetime},</if>
|
||||
|
@ -17,6 +17,8 @@
|
||||
<result property="zlxm" column="zlxm"/>
|
||||
<result property="xnxq" column="xnxq"/>
|
||||
<result property="bzid" column="bzid"/>
|
||||
<result property="bzmf" column="bzmf"/>
|
||||
<result property="zzdf" column="zzdf"/>
|
||||
<result property="kfz" column="kfz"/>
|
||||
<result property="kfcs" column="kfcs"/>
|
||||
<result property="pgdx" column="pgdx"/>
|
||||
@ -25,7 +27,7 @@
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectByDayflowassessmentVo">
|
||||
select id, planid, dept_id, classid, bzbh, bzxm, pbbh, pbxm, zlbh, zlxm, xnxq, bzid, kfz, kfcs, pgdx, create_userid, create_time from by_dayflowassessment
|
||||
select id, planid, dept_id, classid, bzbh, bzxm, pbbh, pbxm, zlbh, zlxm, bzmf, zzdf, xnxq, bzid, kfz, kfcs, pgdx, create_userid, create_time from by_dayflowassessment
|
||||
</sql>
|
||||
|
||||
<select id="selectByDayflowassessmentList" parameterType="ByDayflowassessment"
|
||||
@ -44,6 +46,8 @@
|
||||
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
|
||||
<if test="bzid != null ">and bzid = #{bzid}</if>
|
||||
<if test="kfz != null ">and kfz = #{kfz}</if>
|
||||
<if test="bzmf != null ">and bzmf = #{bzmf}</if>
|
||||
<if test="zzdf != null ">and zzdf = #{zzdf}</if>
|
||||
<if test="kfcs != null ">and kfcs = #{kfcs}</if>
|
||||
<if test="pgdx != null ">and pgdx = #{pgdx}</if>
|
||||
<if test="createUserid != null ">and create_userid = #{createUserid}</if>
|
||||
@ -70,6 +74,8 @@
|
||||
<if test="xnxq != null and xnxq != ''">xnxq,</if>
|
||||
<if test="bzid != null ">bzid,</if>
|
||||
<if test="kfz != null ">kfz,</if>
|
||||
<if test="bzmf != null ">bzmf,</if>
|
||||
<if test="zzdf != null ">zzdf,</if>
|
||||
<if test="kfcs != null ">kfcs,</if>
|
||||
<if test="pgdx != null ">pgdx,</if>
|
||||
<if test="createUserid != null ">create_userid,</if>
|
||||
@ -88,6 +94,8 @@
|
||||
<if test="xnxq != null and xnxq != ''">#{xnxq},</if>
|
||||
<if test="bzid != null ">#{bzid},</if>
|
||||
<if test="kfz != null ">#{kfz},</if>
|
||||
<if test="bzmf != null ">#{bzmf},</if>
|
||||
<if test="zzdf != null ">#{zzdf},</if>
|
||||
<if test="kfcs != null ">#{kfcs},</if>
|
||||
<if test="pgdx != null ">#{pgdx},</if>
|
||||
<if test="createUserid != null ">#{createUserid},</if>
|
||||
@ -110,6 +118,8 @@
|
||||
<if test="xnxq != null and xnxq != ''">xnxq = #{xnxq},</if>
|
||||
<if test="bzid != null ">bzid = #{bzid},</if>
|
||||
<if test="kfz != null ">kfz = #{kfz},</if>
|
||||
<if test="bzmf != null ">bzmf = #{bzmf},</if>
|
||||
<if test="zzdf != null ">zzdf = #{zzdf},</if>
|
||||
<if test="kfcs != null ">kfcs = #{kfcs},</if>
|
||||
<if test="pgdx != null ">pgdx = #{pgdx},</if>
|
||||
<if test="createUserid != null ">create_userid = #{createUserid},</if>
|
||||
|
Reference in New Issue
Block a user