Commit a97f4272 by 罗胜

2023-08-22 罗胜

parent c5e2f51b
......@@ -106,7 +106,7 @@
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.foc.DspReleaseInfoTask</mainClass>
<mainClass>com.foc.StatisticalTask</mainClass>
</transformer>
</transformers>
</configuration>
......
......@@ -82,10 +82,10 @@
and upper(b.type_name) like concat(upper(#{verifyAcType}),'%')
</when>
<when test="verifyAcType=='321neo'">
and upper(b.type_name) like concat('A',upper(#{verifyAcType}))
and upper(b.type_name) like concat('A',upper(#{verifyAcType}),'%')
</when>
<otherwise>
and upper(b.type_name) = upper(#{verifyAcType})
and upper(b.type_name) concat(upper(#{verifyAcType}),'%')
</otherwise>
</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