Commit af81e985 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.16' into MVP1.7.16

parents c5710773 48b9c2a9
......@@ -89,5 +89,12 @@
<artifactId>commons-logging-icbc</artifactId>
<version>1.2.0</version>
</dependency>
<!-- 交行jar引入 -->
<dependency>
<groupId>com.ipct.safety</groupId>
<artifactId>ipct_safety</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
</project>
......@@ -200,7 +200,7 @@
LEFT JOIN
(SELECT
SOCIAL_ID,
GROUP_CONCAT(DISTINCT AUDIT_REMARK) as 'reasons',
GROUP_CONCAT(DISTINCT AUDIT_REMARK SEPARATOR '#') as 'reasons',
DISPATCH_INFO_ID
FROM
t_audit_info
......@@ -261,7 +261,7 @@
LEFT JOIN
(SELECT
PROVIDENT_ID,
GROUP_CONCAT(DISTINCT AUDIT_REMARK) as 'reasons',
GROUP_CONCAT(DISTINCT AUDIT_REMARK SEPARATOR '#') as 'reasons',
DISPATCH_INFO_ID
FROM
t_audit_info
......
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