Commit a97f4272 by 罗胜

2023-08-22 罗胜

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