old mode 100644
new mode 100755
 |  |  | 
 |  |  | package com.genersoft.iot.vmp.service.impl; | 
 |  |  |  | 
 |  |  | import com.baomidou.dynamic.datasource.annotation.DS; | 
 |  |  | import com.genersoft.iot.vmp.service.IUserService; | 
 |  |  | import com.genersoft.iot.vmp.storager.dao.UserMapper; | 
 |  |  | import com.genersoft.iot.vmp.storager.dao.dto.User; | 
 |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | @Service | 
 |  |  | @DS("master") | 
 |  |  | public class UserServiceImpl implements IUserService { | 
 |  |  |  | 
 |  |  |     @Autowired | 
 |  |  | 
 |  |  |                 continue; | 
 |  |  |             } | 
 |  |  |             String checkStr = callId == null? user.getPushKey():(callId + "_" + user.getPushKey())  ; | 
 |  |  |             System.out.println(checkStr); | 
 |  |  |             String checkSign = DigestUtils.md5DigestAsHex(checkStr.getBytes()); | 
 |  |  |             if (checkSign.equals(sign)) { | 
 |  |  |                 return true; |