Commit f7215b4f by 罗胜

2023-08-22 罗胜

bug修改
parent a97f4272
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
and upper(b.type_name) like concat('A',upper(#{verifyAcType}),'%') and upper(b.type_name) like concat('A',upper(#{verifyAcType}),'%')
</when> </when>
<otherwise> <otherwise>
and upper(b.type_name) concat(upper(#{verifyAcType}),'%') and upper(b.type_name) like concat(upper(#{verifyAcType}),'%')
</otherwise> </otherwise>
</choose> </choose>
......
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