|
|
@@ -16,6 +16,7 @@ import com.tuoheng.common.utils.JsonResult; |
|
|
|
import com.tuoheng.common.utils.StringUtils; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import java.util.Arrays; |
|
|
|
import java.util.Date; |
|
|
@@ -58,6 +59,7 @@ public class IdentityServiceImpl extends BaseServiceImpl<IdentityMapper, Identit |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public JsonResult submit(IdentityApply identityApply) { |
|
|
|
if(null == identityApply.getTenantId() || StringUtils.isEmpty(identityApply.getApplyOpenid())){ |
|
|
|
return JsonResult.error("登录人信息为空!"); |