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