Commit 5fab75bf authored by hcing's avatar hcing

fix(tcm):风险报送接口

parent ea93fa69
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
-- 报送单位 -- 报送单位
<include refid="baseSelectForRiskReport"/> <include refid="baseSelectForRiskReport"/>
FROM tzs_risk_report AS rr2 FROM tzs_risk_report AS rr2
WHERE rr2."report_user_id" = #{dto.reportUserId} AND rr2."current_status" != '草稿' WHERE rr2."report_company_code" = #{dto.reportCompanyCode} AND rr2."current_status" != '草稿'
<!-- 处置单位 --> <!-- 处置单位 -->
<if test='dto.unitType != null and dto.unitType != "" and dto.unitType == "supervision"'> <if test='dto.unitType != null and dto.unitType != "" and dto.unitType == "supervision"'>
......
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