@ -24,6 +24,9 @@
)
</if>
<if test="ctimeStart!=null and ctimeEnd!=null ">and ctime between #{ctimeStart} and #{ctimeEnd}</if>
<if test="del==null or del==''">
and res.del!='1'
</sql>
<select id="selectListMapByWhereWithState" parameterType="HashMap" resultType="HashMap">
@ -64,6 +64,9 @@
<if test="isTpl!=null and isTpl=='1'">
and (res.branch_id in( #{platformBranchId},#{myBranchId}) and res.is_tpl='1')
<insert id="insertProcessApprova"
parameterType="HashMap"