Commit 4da58957 authored by 张永's avatar 张永

111

parent dc22513e
...@@ -25,6 +25,7 @@ import org.springframework.data.redis.core.RedisTemplate; ...@@ -25,6 +25,7 @@ import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.jdbc.core.PreparedStatementCreator; import org.springframework.jdbc.core.PreparedStatementCreator;
import org.springframework.jdbc.support.GeneratedKeyHolder; import org.springframework.jdbc.support.GeneratedKeyHolder;
import org.springframework.jdbc.support.KeyHolder; import org.springframework.jdbc.support.KeyHolder;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
...@@ -898,6 +899,7 @@ public class UserServiceImpl implements UserService { ...@@ -898,6 +899,7 @@ public class UserServiceImpl implements UserService {
} }
} }
//需求 #17240 //需求 #17240
@Async
public void addCustLoginLog(String custNO,String openId,String ip) { public void addCustLoginLog(String custNO,String openId,String ip) {
try { try {
String sql = "INSERT INTO dbo.tCustLoginLog (sCustNO, dLoginTime, sLoginSite, sIPAddress, sTerminalTypeID, sTerminalType, dLastUpdateTime) " String sql = "INSERT INTO dbo.tCustLoginLog (sCustNO, dLoginTime, sLoginSite, sIPAddress, sTerminalTypeID, sTerminalType, dLastUpdateTime) "
......
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