Commit 9f7eadaa authored by suhuiguang's avatar suhuiguang

1.自测修改

parent e9f83b6f
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
and res.inspection_unit_code = #{jyjcInspectionResultModel.companyCode} and res.inspection_unit_code = #{jyjcInspectionResultModel.companyCode}
</when> </when>
<when test="identity == 'all'"> <when test="identity == 'all'">
and (res.application_unit_code = #{jyjcInspectionResultModel.companyCode} or es.inspection_unit_code = #{jyjcInspectionResultModel.companyCode}) and (res.application_unit_code = #{jyjcInspectionResultModel.companyCode} or res.inspection_unit_code = #{jyjcInspectionResultModel.companyCode})
</when> </when>
<otherwise> <otherwise>
1 = 2 1 = 2
......
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