@@ -286,7 +286,7 @@
and (find_in_set(#{vo.nodeIds},m.ancestors) or m.id = #{vo.nodeIds})
</if>
<if test="vo.authCode != null and vo.authCode != ''">
- AND (m.tree_code = #{authCode} or m.tree_code = #{contractId} or m.parent_id = 0)
+ AND (m.tree_code = #{vo.authCode} or m.tree_code = #{vo.contractId} or m.parent_id = 0)
<if test="vo.queryValueSize != null and vo.queryValueSize != ''">
<choose>
@@ -582,6 +582,7 @@ public class ArchiveExaminingReportImpl extends BaseServiceImpl<ArchiveExamining
bladeRedis.setEx(REDIS_STR + id,json,300L);
this.updateById(report);
} catch (Exception e) {
+ e.printStackTrace();
JSONObject json = bladeRedis.get(REDIS_STR + id);
if(json == null){
json = new JSONObject();