Commit 32c0c08e authored by KeYong's avatar KeYong

修改bug

parent 96ef2e25
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
FROM FROM
wl_analysis_report_log,cb_org_usr wl_analysis_report_log,cb_org_usr
<where> <where>
cb_org_usr.biz_org_type = 'COMPANY' AND cb_org_usr.is_delete = 0 AND cb_org_usr.parent_id = #{rootParentId} cb_org_usr.biz_org_type = 'COMPANY' AND cb_org_usr.is_delete = 0
<if test="analysisReportLog.reportType != null"> <if test="analysisReportLog.reportType != null">
AND wl_analysis_report_log.report_type = #{analysisReportLog.reportType} AND wl_analysis_report_log.report_type = #{analysisReportLog.reportType}
</if> </if>
......
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