Merge remote-tracking branch 'origin/develop' into develop

master
dalong306 3 years ago
commit c3f0407a6a

@ -5,16 +5,17 @@
<parent> <parent>
<groupId>au.com.royalpay.payment</groupId> <groupId>au.com.royalpay.payment</groupId>
<artifactId>payment-parent</artifactId> <artifactId>payment-parent</artifactId>
<version>2.3.3</version> <version>2.3.4</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>2.4.2-SNAPSHOT</version> <version>2.4.4</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>2.4.0</jib-maven-plugin.version> <jib-maven-plugin.version>2.4.0</jib-maven-plugin.version>
<yixsoft-batis.version>1.0.12</yixsoft-batis.version> <yixsoft-batis.version>1.0.12</yixsoft-batis.version>
<mysql.version>8.0.20</mysql.version> <mysql.version>8.0.20</mysql.version>
<image.version>${project.version}</image.version>
</properties> </properties>
<dependencies> <dependencies>
@ -294,41 +295,6 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>dev</id>
<build>
<plugins>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>${jib-maven-plugin.version}</version>
<configuration>
<from>
<image>192.168.0.84:5000/royalpay/openjdk:11.0.8</image>
</from>
<to>
<image>hkccr.ccs.tencentyun.com/cross-payment-dev/manage-dev:${project.version}
</image>
</to>
<extraDirectories>
<paths>
<path>extra/</path>
</paths>
</extraDirectories>
<allowInsecureRegistries>true</allowInsecureRegistries>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile> <profile>
<id>prod</id> <id>prod</id>
<build> <build>
@ -342,7 +308,7 @@
<image>192.168.0.84:5000/royalpay/openjdk:11.0.8</image> <image>192.168.0.84:5000/royalpay/openjdk:11.0.8</image>
</from> </from>
<to> <to>
<image>hkccr.ccs.tencentyun.com/rpay/manage:${project.version}</image> <image>hkccr.ccs.tencentyun.com/rpay/manage:${image.version}</image>
</to> </to>
<extraDirectories> <extraDirectories>
<paths> <paths>

@ -110,7 +110,7 @@
</td> </td>
<td ng-bind="apply.apply_username"></td> <td ng-bind="apply.apply_username"></td>
<td ng-bind="apply.create_time|date:'dd/MMM/yyyy'"></td> <td ng-bind="apply.create_time|date:'dd/MMM/yyyy'"></td>
<td ng-if="apply.status==0 && ('01'|withRole)"><a class="text-primary" role="button" title="PASS" style="color:green" ng-click="passApply(apply)"> <td ng-if="apply.status==0 && ('10'|withRole)"><a class="text-primary" role="button" title="PASS" style="color:green" ng-click="passApply(apply)">
<i class="fa fa-check"></i> PASS <i class="fa fa-check"></i> PASS
</a>| </a>|
<a class="text-primary" role="button" title="REFUSE" style="color: red" ng-click="refuseApply(apply)"> <a class="text-primary" role="button" title="REFUSE" style="color: red" ng-click="refuseApply(apply)">

Loading…
Cancel
Save