提交 e64a4a38 作者: xiaowang

Merge branch 'develop' of ssh://git.mmcuav.cn:8222/iuav/cms into develop

...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<artifactId>piggy-settlement</artifactId> <artifactId>piggy-settlement</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${basedir}/src/main/resources/lib/piggy-settlement-sdk-1.7.0.jar</systemPath> <systemPath>${project.basedir}/src/main/resources/lib/piggy-settlement-sdk-1.7.0.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
...@@ -106,6 +106,9 @@ ...@@ -106,6 +106,9 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -118,7 +118,7 @@ public class XzServiceImpl implements XzService { ...@@ -118,7 +118,7 @@ public class XzServiceImpl implements XzService {
@Transactional @Transactional
@Override @Override
public String xzAuthNotify(JSONObject notify) { public String xzAuthNotify(JSONObject notify) {
log.info("获取到的推送结果:{}", notify.toString()); log.info("xzAuthNotify获取到的推送结果:{}", notify.toString());
// 认证成功,修改认证状态 // 认证成功,修改认证状态
if (notify.get("code").toString().equals("0")) { if (notify.get("code").toString().equals("0")) {
XzAuthDO authDO = notify.get("data", XzAuthDO.class); XzAuthDO authDO = notify.get("data", XzAuthDO.class);
...@@ -248,8 +248,8 @@ public class XzServiceImpl implements XzService { ...@@ -248,8 +248,8 @@ public class XzServiceImpl implements XzService {
@Override @Override
public String xzWithdrawNotify(JSONObject notify) { public String xzWithdrawNotify(JSONObject notify) {
log.info("获取到的推送结果:{}", notify.toString()); log.info("xzWithdrawNotify获取到的推送结果:{}", notify.toString());
// TODO 会受到两次回调
return "success"; return "success";
} }
......
...@@ -76,8 +76,8 @@ third-party: ...@@ -76,8 +76,8 @@ third-party:
domain: https://uat.xzsz.ltd/ domain: https://uat.xzsz.ltd/
position: 销售推广 position: 销售推广
taxFundId: xxxxxxxxxxxxxxxxxxxxxxx taxFundId: xxxxxxxxxxxxxxxxxxxxxxx
authNotify: https://test.iuav.shop/xz/xzAuthNotify authNotify: https://test.iuav.shop/userapp/xz/xzAuthNotify
withdrawNotify: http://test.iuav.shop/xz/xzWithdrawNotify withdrawNotify: http://test.iuav.shop/userapp/xz/xzWithdrawNotify
iuav: iuav:
pay: pay:
......
...@@ -45,8 +45,8 @@ third-party: ...@@ -45,8 +45,8 @@ third-party:
domain: https://uat.xzsz.ltd/ domain: https://uat.xzsz.ltd/
position: 销售推广 position: 销售推广
taxFundId: xxxxxxxxxxxxxxxxxxxxxxx taxFundId: xxxxxxxxxxxxxxxxxxxxxxx
authNotify: https://test.iuav.shop/xz/xzAuthNotify authNotify: https://test.iuav.shop/userapp/xz/xzAuthNotify
withdrawNotify: http://test.iuav.shop/xz/xzWithdrawNotify withdrawNotify: http://test.iuav.shop/userapp/xz/xzWithdrawNotify
iuav: iuav:
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
AND rna.check_status = #{realAuthStatus} AND rna.check_status = #{realAuthStatus}
</if> </if>
<if test="realAuthStatus == 0"> <if test="realAuthStatus == 0">
AND ( rna.check_status is not null or rna.check_status = 0 ) AND ( rna.check_status is null or rna.check_status = 0 )
</if> </if>
<if test="startTime != null "> <if test="startTime != null ">
AND ua.create_time >= #{startTime} AND ua.create_time >= #{startTime}
...@@ -349,7 +349,7 @@ ...@@ -349,7 +349,7 @@
AND rna.check_status = #{realAuthStatus} AND rna.check_status = #{realAuthStatus}
</if> </if>
<if test="realAuthStatus == 0"> <if test="realAuthStatus == 0">
AND ( rna.check_status is not null or rna.check_status = 0 ) AND ( rna.check_status is null or rna.check_status = 0 )
</if> </if>
<if test="startTime != null "> <if test="startTime != null ">
AND ua.create_time >= #{startTime} AND ua.create_time >= #{startTime}
......
...@@ -29,4 +29,6 @@ data-filter: ...@@ -29,4 +29,6 @@ data-filter:
- /userapp/cooperation/appBrandMessage - /userapp/cooperation/appBrandMessage
- /userapp/pilot/detailPilot - /userapp/pilot/detailPilot
- /userapp/pilot/appListPilot - /userapp/pilot/appListPilot
- /userapp/xz/xzAuthNotify
- /userapp/xz/xzWithdrawNotify
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms
newTag: 8f5e640c264efbb0d1d92d72f810d4b3daebb15e newTag: 5fa4a4d1d44c069135251377d516783b69a1c274
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms
newTag: d38385144aaeecfff8c147e07aac460ea1f01b43 newTag: 1ab13d69651c5b403ab777b73c8ad72ec5831057
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论