Commit f8e58a27 authored by 技术部-任文超's avatar 技术部-任文超

恢复业务代码

parent 7a2e1808
...@@ -14,7 +14,6 @@ import org.springframework.cache.annotation.Cacheable; ...@@ -14,7 +14,6 @@ import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.annotation.Resource; import javax.annotation.Resource;
import javax.transaction.Transactional;
import java.sql.Timestamp; import java.sql.Timestamp;
import java.text.ParseException; import java.text.ParseException;
import java.util.Objects; import java.util.Objects;
...@@ -66,7 +65,6 @@ public class UserAuthorizedServiceImpl implements IUserAuthorizedService { ...@@ -66,7 +65,6 @@ public class UserAuthorizedServiceImpl implements IUserAuthorizedService {
return (StringUtils.isBlank(name) || StringUtils.isBlank(authPattern) || !iIdCardService.isIdCardValid(idNo)); return (StringUtils.isBlank(name) || StringUtils.isBlank(authPattern) || !iIdCardService.isIdCardValid(idNo));
} }
@Transactional
@Override @Override
public UserAuthorized createUserAuthorized(UserAuthorizedParam userAuthorizedParam) { public UserAuthorized createUserAuthorized(UserAuthorizedParam userAuthorizedParam) {
// 数据检查,以及检查userUuid是否存在 // 数据检查,以及检查userUuid是否存在
......
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